Hi Devs, I'm facing with the major problem when I use any gradle task...
For instance when I run /gradlew -Penv=dev clean cleanEclipse eclipse This is what I get... FAILURE: Build failed with an exception. * Where: Build file '/home/monicy/platform/fineract-provider/build.gradle' line: 81 * 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. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 0s I'm using gradle 2.10.. Any help will be appreciated.. Thanks and Regards. Monicy
