mirror of
https://github.com/gradle/actions.git
synced 2025-08-19 15:31:28 +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"
|