When importing a gradle project using the Import -> Existing Gradle Project wizard the Finish button is grayed out when using Java 1.8.0_401. If you switch the Java version in Preferences -> Gradle -> Java home to Java 1.8.0_301 the import works.
Expected Behavior
The gradle project shoud be imported properly into Eclipse
Current Behavior
The Finish button is grayed out and cannot be selected when using Java 1.8.0_401
Context
Unable to import Gradle projects into eclipse
Steps to Reproduce
Preferences -> Gradle -> Java home set to JDK 1.8.0_401
Import -> Existing Gradle Project specify the directory containing the gradle.build
When importing a gradle project using the Import -> Existing Gradle Project wizard the Finish button is grayed out when using Java 1.8.0_401. If you switch the Java version in Preferences -> Gradle -> Java home to Java 1.8.0_301 the import works.
Expected Behavior
The gradle project shoud be imported properly into Eclipse
Current Behavior
The Finish button is grayed out and cannot be selected when using Java 1.8.0_401
Context
Unable to import Gradle projects into eclipse
Steps to Reproduce
Preferences -> Gradle -> Java home set to JDK 1.8.0_401 Import -> Existing Gradle Project specify the directory containing the gradle.build
The finish button is grayed out.
Your Environment
Fresh install of Eclipse 2024-03