Closed q-wertz closed 2 years ago
I think I built with the wrong java version back then. It works with openjdk-8-jre
, openjdk-11-jre
and probably also with openjdk-14-jre
as stated here.
For reference (Debian/Ubuntu):
# install openjdk-11
sudo apt install openjdk-11-jdk
# list all installed versions
update-java-alternatives --list
# switch to the 1.11 version (adopt path if necessary)
sudo update-java-alternatives --set /usr/lib/jvm/java-1.11.0-openjdk-amd64
# build
./gradlew build
Hello,
For me the
./gradlew build
fails with the errorFull output with
./gradlew build --stacktrace
When I change the gradleversion to 6.3 in
gradle/wrapper/gradle-wrapper.properties
the build fails: