mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 00:01:05 -05:00
Apply toolchain resolver plugin
This config is required to auto-provision toolchains with Gradle 8.0
This commit is contained in:
parent
601a5d4aa4
commit
4a570433d8
1 changed files with 4 additions and 0 deletions
|
@ -1 +1,5 @@
|
|||
plugins {
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version("0.4.0")
|
||||
}
|
||||
|
||||
rootProject.name = 'basic'
|
||||
|
|
Loading…
Reference in a new issue