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



##########
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:
       @vidakovic I've locally manually applied @ptuomola proposed 1 line 
change here (and my #1389; not directly related), and it seems to do the trick 
- I can `podman build .` it again with that (and had previously locally 
reproduced that it was broken before with the PR as is, just like on Travis). I 
hope you therefore don't mind if I Commit Suggestion here - I'm very curious to 
see if it will also pass on Travis! (I think it will.) If it does, you can 
still decide if you want to remove `$rootDir/`elsewhere, or just locally make 
this change (or pull & squash this) and force push it, so that we can merge it. 
(I won't merge it just yet, even if it passes with this change.)




----------------------------------------------------------------
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