Skip to content

Commit 7e0b53d

Browse files
committed
Add foojay toolchain resolver for JDK 17 auto-detection
The jvmToolchain(17) setting requires Gradle to find or download a JDK 17 installation. Without a toolchain resolver plugin, Gradle may fail to locate the JDK even when setup-java has installed it. https://claude.ai/code/session_015LpmjAt17XD582hZ9TPLCv
1 parent edf2e0f commit 7e0b53d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

review-plugin/settings.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ pluginManagement {
55
}
66
}
77

8+
plugins {
9+
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
10+
}
11+
812
rootProject.name = "review-plugin"

0 commit comments

Comments
 (0)