Skip to content

Commit

Permalink
Configure automatic JVM toolchain downloading (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Apr 10, 2024
1 parent 6a749e5 commit 4ae3ff8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ pluginManagement {
}
}

plugins {
// Provides repositories for auto-downloading JVM toolchains.
// https://github.com/gradle/foojay-toolchains
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}

include(
"axis",
"box",
Expand Down

0 comments on commit 4ae3ff8

Please sign in to comment.