eclipse / buildship

The Eclipse Plug-ins for Gradle project.
528 stars 167 forks source link

Finish button grayed out when importing a Gradle Project using Java 1.8,0_401 #1301

Open megazone23 opened 4 months ago

megazone23 commented 4 months ago

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