Skip to content

Commit 28cd73b

Browse files
authored
Add Gradle toolchain support so -PtestJavaVersion will automatically download Java version (#7680)
1 parent 99b16d9 commit 28cd73b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pluginManagement {
1010
}
1111

1212
plugins {
13+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
1314
id("com.gradle.develocity")
1415
}
1516

0 commit comments

Comments
 (0)