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?