mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
7 lines
201 B
Kotlin
7 lines
201 B
Kotlin
plugins {
|
|
// Apply the foojay-resolver plugin to allow automatic download of JDKs
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
|
|
}
|
|
|
|
rootProject.name = "java-toolchains"
|