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.