vorburger commented on a change in pull request #1417:
URL: https://github.com/apache/fineract/pull/1417#discussion_r507076145
##########
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:
You probably want to remove this? FYI Travis build failed due to `Plugin
with id 'com.jfrog.bintray' not found.`
----------------------------------------------------------------
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]