ptuomola commented on a change in pull request #1388:
URL: https://github.com/apache/fineract/pull/1388#discussion_r502894461



##########
File path: fineract-provider/build.gradle
##########
@@ -21,7 +21,7 @@ Run as:
 gradle clean bootRun'''
 
 group = 'org.apache.fineract'
-buildDir = new File(rootProject.projectDir, "../build")
+buildDir = new File(rootProject.projectDir, "$rootDir/build")

Review comment:
       ```suggestion
   buildDir = new File(rootProject.projectDir, "build")
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to