This is an automated email from the ASF dual-hosted git repository.

adamsaghy 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 721ceaa32 FINERACT-2081: Fix missing application.properties during 
build issue
721ceaa32 is described below

commit 721ceaa32ca4fd0fe3e473154ca253fc5d2e28e3
Author: Adam Saghy <[email protected]>
AuthorDate: Tue Aug 20 19:42:22 2024 +0200

    FINERACT-2081: Fix missing application.properties during build issue
---
 fineract-provider/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index e982db6ea..8f4f2121e 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -351,3 +351,4 @@ rat.dependsOn prepareInputYaml
 spotbugsTest.dependsOn resolve
 compileTestJava.dependsOn ':fineract-client:processResources', 
':fineract-avro-schemas:processResources'
 resolveMainClassName.dependsOn resolve
+processResources.dependsOn compileJava

Reply via email to