This is an automated email from the ASF dual-hosted git repository.
victorromero pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 33ff4f549 Publish library projects required for plugins (#3403)
33ff4f549 is described below
commit 33ff4f5492b32d4cad140ecedd1e2c33afe8f3b9
Author: VĂctor Romero <[email protected]>
AuthorDate: Sat Aug 26 23:20:14 2023 -0600
Publish library projects required for plugins (#3403)
---
build.gradle | 2 ++
1 file changed, 2 insertions(+)
diff --git a/build.gradle b/build.gradle
index 0904122ed..5acb6f9ed 100644
--- a/build.gradle
+++ b/build.gradle
@@ -41,7 +41,9 @@ buildscript {
fineractPublishProjects = subprojects.findAll{
[
'fineract-avro-schemas',
+ 'fineract-api',
'fineract-client',
+ 'fineract-core',
'fineract-provider',
'fineract-investor',
'fineract-loan'