You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2020/07/14 00:05:24 UTC

[GitHub] [fineract] vorburger commented on a change in pull request #1147: FINERACT-1074: Cleaning up plugin configurations

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



##########
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:
       This shouldn't be required, no? We didn't have it before either 




----------------------------------------------------------------
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:
users@infra.apache.org