Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle JDK automanagement #333

Open
crogoz opened this issue Mar 21, 2024 · 0 comments
Open

Gradle JDK automanagement #333

crogoz opened this issue Mar 21, 2024 · 0 comments

Comments

@crogoz
Copy link
Contributor

crogoz commented Mar 21, 2024

What happened?

gradle-jdks automanages the JDKs used for compilation, testing and running java programs from Gradle. It does not manage the JDK used to run Gradle.

What did you want to happen?

gradle-jdks manages the JDK uses to run Gradle.

This means, when you run ./gradlew <someTask> or open a Gradle project in IntelliJ, the correct JDK will be downloaded and used even if you have no JDK preinstalled. The correct certificates will also be set up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant