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 02:31:14 UTC

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

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



##########
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:
       Hi @vorburger  - welcome back!
   
   The same lines were there, but just hidden half way down the build.gradle file (lines 164-170 in the previous version). All I did was to reorganise the existing content - I was not trying to make any functional changes at this point, so did not remove any of the settings.
   
   I have another PR ready to further reorganise the content by e.g. grouping all the plugin configurations together. But once we have the contents structured in a more sensible way, then it should be easy to see whether all of the settings are actually needed and remove the ones that are not. 




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