Hello everyone, Trust you are all well. I have been working on MIcheal's PR to upgrade the gradle to 5.2.1 here - https://github.com/apache/fineract/pull/525
Currently I upgraded the flyway plugin of which i found a compatible mysql connector (mysql-connector 8.0.12) which makes it possible to migrate the sql files with some few warnings of which i handled in the PR. see here - https://github.com/apache/fineract/pull/550 For some reasons I don't know why the migrations perform the same stuffs.I would love for someone to please review and tell me what i am doing wrong. Also due to the execute() method being removed in gradle 5. I keep on getting this error when i run any command like ./gradlew flywayMigrate, ./gradlew tomcatRunWar. See sample here - https://pastebin.com/VfyGXG9j I would love to know how to make the default execute() functions in the build.gradle file work thanks Best regards, Mua
