com.palantir.jdks.idea
Owner: Palantir Technologies
Plugin for configuring the IDEA Gradle JDK setup
https://github.com/palantir/gradle-jdks
Sources: https://github.com/palantir/gradle-jdks
Version 0.58.0 (latest)
0.58.0
Created 25 November 2024.
Plugin for configuring the IDEA Gradle JDK setup
Add this plugin to your build using the plugins DSL:
plugins {
id("com.palantir.jdks.idea") version "0.58.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.palantir.gradle.jdks:gradle-jdks:0.58.0") } } apply(plugin = "com.palantir.jdks.idea")
- Applying plugins to all subprojects .