Skip to content

Commit

Permalink
Apply toolchain resolver plugin
Browse files Browse the repository at this point in the history
This config is required to auto-provision toolchains with Gradle 8.0
  • Loading branch information
bigdaz committed Feb 18, 2023
1 parent 601a5d4 commit 4a57043
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflow-samples/java-toolchain/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version("0.4.0")
}

rootProject.name = 'basic'

0 comments on commit 4a57043

Please sign in to comment.