8 lines
215 B
Kotlin
8 lines
215 B
Kotlin
plugins {
|
|
// Apply the foojay-resolver plugin to allow automatic download of JDKs
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
|
|
}
|
|
|
|
rootProject.name = "example-plugin"
|
|
include("app")
|