Skip to content

Commit f1a452f

Browse files
committed
Add Gradle toolchain support so -PtestJavaVersion will automatically download Java version
1 parent 567e737 commit f1a452f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)