when trying to run ./gradlew setupDecompWorkspace eclipse I get the following error: Could not detrmine java version from 17.0.1.
the gradle-wrapper distributionUrl is gradle-2.7-bin.zip and my current JAVA_HOME is jdk 17.0.1.
How can I resolve this error?
CodePudding user response:
From official gradle doc:
A Java version between 8 and 16 is required to execute Gradle. Java 17 and later versions are not yet supported.
You need to downgrade you java to work with gradle .