vorburger commented on a change in pull request #734: SonarQube is add to do
the analysis of Fineract code
URL: https://github.com/apache/fineract/pull/734#discussion_r392659100
##########
File path: fineract-provider/build.gradle
##########
@@ -145,6 +147,7 @@ group = 'org.apache.fineract'
buildDir = new File(rootProject.projectDir, "../build")
repositories {
jcenter()
+ mavenCentral()
Review comment:
Are you sure this is needed? jcentral is (should be..) a superset of
mavenCentral, and already have anything that's on mavenCentral.
----------------------------------------------------------------
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]
With regards,
Apache Git Services