mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-23 01:22:50 +00:00
4a570433d8
This config is required to auto-provision toolchains with Gradle 8.0
5 lines
116 B
Groovy
5 lines
116 B
Groovy
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version("0.4.0")
|
|
}
|
|
|
|
rootProject.name = 'basic'
|