Hi,
Need some help.
Tried installing ‘Fineract’ platform in my windows PC. During this installation, I am getting below errors when I execute the command “gradle clean dist”, Pls refer the screen shot below for details: Can I get some help/guidance on this. Thanks
Blockquote
$ gradle clean dist
Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
-
Where:
Build file ‘C:\fineract\incubator-fineract\fineract-provider\build.gradle’ line: 52 -
What went wrong:
A problem occurred evaluating root project ‘fineract-provider’.
Failed to apply plugin ‘openjpa’.
Adding a task directly to the task container is not supported. Use register() instead.
-
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 7.0.
Use ‘–warning-mode all’ to show the individual deprecation warnings.
See Command-Line Interface
BUILD FAILED in 4m 42s
Blockquote