mirror of
https://github.com/gradle/actions.git
synced 2025-04-16 15:59:18 +08:00
7 lines
201 B
Plaintext
7 lines
201 B
Plaintext
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"
|