michaelbukachi commented on issue #525: FINERACT-700: upgrade Gradle from 2.10 to 5.2.1 URL: https://github.com/apache/fineract/pull/525#issuecomment-509557558 @vorburger It seems the tomcat plugin being used, `org.gradle.api.plugins:gradle-tomcat-plugin:1.0` is incompatible with **gradle 5**. Changing it to `com.bmuschko:gradle-tomcat-plugin:2.5` and also changing `apply plugin: 'tomcat` to `apply plugin: 'com.bmuschko.tomcat'` removes the error.
---------------------------------------------------------------- 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
