Skip to content

Commit

Permalink
Add toolchains resolver plugin.
Browse files Browse the repository at this point in the history
Simplify local project configuration effort by automatically provisioning needed Java 17 toolchains, using the `foojay-toolchains` plugin (See https://github.com/gradle/foojay-toolchains ).
  • Loading branch information
halxinate committed Dec 17, 2024
1 parent e75ec3f commit 980592b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ dependencyResolutionManagement {
}
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version("0.9.0")
}

include(":processor")
include(":processor-annotations")
include(":identity")
Expand Down

0 comments on commit 980592b

Please sign in to comment.