vorburger commented on issue #525: FINERACT-700: upgrade Gradle from 2.10 to 5.2.1 URL: https://github.com/apache/fineract/pull/525#issuecomment-509789723 > basically, it seems, in ITs Tomcat isn't starting Fineract? The interesting thing is that ./gradlew tomcatRunWAR does work .. and I thought that did, roughly, the same.. Oh! I just figured it out. Basically, as was actually pretty obvious just from staring at the console (as always, once you see it...), `./gradlew integrationTest` indeed just no longer started Tomcat - that `doFirst` thing to launch `tomcatRunWar.daemon = true` just seems to not work anymore when upgrading Gradle from 2.10 to 5.2.1 (and there is no error message about that at all, shame on you, Gradle). With the latest additional commit just pushed to this PR now, it is starting to look much better for me locally - now let's see if all ITs pass on Travis CI with the upgraded Gradle!
---------------------------------------------------------------- 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
