vidakovic commented on a change in pull request #1417:
URL: https://github.com/apache/fineract/pull/1417#discussion_r507078336



##########
File path: build.gradle
##########
@@ -454,3 +458,45 @@ configure(project.fineractJavaProjects) {
         }
     }
 }
+
+configure(project.fineractPublishProjects) {
+    apply plugin: 'maven'
+    apply plugin: 'maven-publish'
+    apply plugin: 'com.jfrog.bintray'

Review comment:
       The maven stuff can be left there (then we don't have to remove the 
whole block). And as said, it won't hurt anyway. If someone does accidentally 
"./gradlew publish" then it will just do nothing.




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