Skip to content

Commit 0e6c413

Browse files
committed
chore: add org.gradle.toolchains.foojay-resolver-convention for automatic Java provisioning
1 parent 8ea186c commit 0e6c413

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

buildSrc/settings.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ pluginManagement {
2121
}
2222
}
2323

24+
plugins {
25+
id("org.gradle.toolchains.foojay-resolver-convention")
26+
}
27+
2428
dependencyResolutionManagement {
2529
repositories {
2630
mavenCentral()

settings.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ pluginManagement {
2121
}
2222
}
2323

24+
plugins {
25+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
26+
}
27+
2428
dependencyResolutionManagement {
2529
repositories {
2630
gradlePluginPortal()

0 commit comments

Comments
 (0)