Skip to content

Commit 4383073

Browse files
committed
Add the missing java toolchain plugin so the IDE can build with Java 17
1 parent fa6e5b0 commit 4383073

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

settings.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ pluginManagement {
55
gradlePluginPortal()
66
}
77
}
8+
9+
plugins {
10+
id("org.gradle.toolchains.foojay-resolver-convention") version ("0.10.0")
11+
}
12+
813
dependencyResolutionManagement {
914
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
1015
repositories {

0 commit comments

Comments
 (0)