lingocoder commented on issue #525: FINERACT-700: upgrade Gradle from 2.10 to 5.2.1 URL: https://github.com/apache/fineract/pull/525#issuecomment-509739214 > how weird that I didn't hit this... Heads-up @vorburger, About an hour or so ago (*probably before you wrote your above comment*) I pulled down [*your java11 branch*](http://bit.ly/VrbrgrJ11) to see what I could make of [*the apache#609 failure*](http://bit.ly/Trvs609J11) you mentioned in our earlier conversation. The very first thing I always do immediately after pulling down a new branch is I run *`gradle check`* to make sure all is well. This is what I got on your *`java11`* branch: ``` FAILURE: Build failed with an exception. ... * What went wrong: A problem occurred evaluating root project 'fineract-provider'. > Could not get unknown property 'classesDir' for main classes of type org.gradle.api.internal.tasks.DefaultSourceSetOutput. ... BUILD FAILED in 2m 19s ``` A grep on *`classesDir`* turned up this: ``` $ grep -n -R 'classesDir' fineract-provider fineract-provider/build.gradle:75: files = fileTree(sourceSets.main.output.classesDir).matching { fineract-provider/build.gradle:329:sourceSets.main.output.resourcesDir = sourceSets.main.output.classesDir fineract-provider/build.gradle:330:sourceSets.test.output.resourcesDir = sourceSets.test.output.classesDir fineract-provider/build.gradle:369: testClassesDir = project.sourceSets.integrationTest.output.classesDir ```
---------------------------------------------------------------- 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
