You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by aw...@apache.org on 2020/07/06 05:33:24 UTC

[fineract] branch revert-1155-FINERACT-1079 created (now ad0beda)

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

awasum pushed a change to branch revert-1155-FINERACT-1079
in repository https://gitbox.apache.org/repos/asf/fineract.git.


      at ad0beda  Revert "FINERACT-1079: Run spotlessApply before compileJava task"

This branch includes the following new commits:

     new ad0beda  Revert "FINERACT-1079: Run spotlessApply before compileJava task"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[fineract] 01/01: Revert "FINERACT-1079: Run spotlessApply before compileJava task"

Posted by aw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

awasum pushed a commit to branch revert-1155-FINERACT-1079
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit ad0beda5aecd0e496bf75bb4b19120121081dfb0
Author: Awasum Yannick <ya...@gmail.com>
AuthorDate: Mon Jul 6 06:33:17 2020 +0100

    Revert "FINERACT-1079: Run spotlessApply before compileJava task"
    
    This reverts commit 457b0544d31b895b455d2141e5a41060d2a74cee.
---
 fineract-provider/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index 838c59a..ff5af1f 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -578,7 +578,7 @@ modernizer {
 
 compileJava{
     dependsOn rat
-    dependsOn spotlessApply
+    dependsOn spotlessCheck
     finalizedBy resolve
 }