Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 950 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 950 Bytes

Autorelease

gradle-jdks-idea-plugin

Intellij plugin that configures the JDKs used by Intellij for a project that has the Gradle JDK Automanagement configured.

If a project has the Gradle JDK Automanagement configured (palantir.jdk.setup.enabled=true), the plugin will:

  • run the Gradle jdks setup script: ./gradle/gradle-jdks-setup.sh before any Gradle Task and before the idea project is configured.
  • set the Project SDK to the Gradle Daemon JDK.
  • set the GradleJVM to the Project SDK.
Screenshot 2024-10-10 at 10 39 39 AM