build failure while executing start.sh
Opened this issue · 1 comments
ukulu commented
Hello,
I did follow your guide https://github.com/Luzzu/Framework/blob/master/README.md
By executing the start.sh happen a build failure. I attached the terminal log.
I am using Ubuntu18 with OpenJDK 11
log-luzzu.txt
Best
Uwe
jerdeb commented
Hi Uwe,
It seems that the problem is related to the JDK version. Luzzu requires Java 1.8 (JDK 8). There are some compatibility issues with some of the dependencies we use and for the time being we do not support a different version of the JDK.
I hope this helps