Make sure you are using JDK 11.0.7 or above. Use the gradle wrapper that comes with the source code. Pull the latest source code from develop branch..its changing alot on a daily basis.
Make sure your JAVA_HOME environmental Var is point to the latest JDK 11, Please see: https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-on-ubuntu-18-04 for Ubuntu setup... I ran into the same problem days ago when we switched to Java 11 LTS. Look at the Readme too. Remember you ccoul set the right java and javac to JDK 11 using update-altenatives and still have failures due to the $JAVA_HOME still pointing to Java 8. Some programs still use JAVA_HOME to decide on which Java version to use. maybe after u sort this out on your system..u will like to propose a doc update in the Readme or confluence..Maybe it will help someone... I just assumed it will be simple enough for others to figure out. Thanks. Awasum On Tue, May 12, 2020 at 10:11 AM collins chuwa <[email protected]> wrote: > Greetings devs, > > Hope my email finds you well and in good health, Since last night I have > been trying to build fineract on my local environment and it keeps > failing with this error message > https://scans.gradle.com/s/yhq3crxuqncge/console-log/raw and trying to > debug the issue more the log error https://pastebin.com/4XbPLCvj of > different builds even when I set the build to use Gradle 5.6. > > Please can someone reading this help out? >
