vorburger commented on a change in pull request #1147:
URL: https://github.com/apache/fineract/pull/1147#discussion_r454180078
##########
File path: fineract-provider/build.gradle
##########
@@ -20,10 +20,17 @@ description = '''\
Run as:
gradle clean bootRun'''
+group = 'org.apache.fineract'
+buildDir = new File(rootProject.projectDir, "../build")
+
+repositories {
+ jcenter()
+ mavenCentral()
Review comment:
SGTM. FYI what I meant was specifically the mavenCentral() line - AFAIK
jCenter() "proxies" (mirrors) Maven Central already anyway, so this is
unnecessary and probably just slows down (failed) look ups.
----------------------------------------------------------------
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]