Files
ExampleMod/settings.gradle.kts
2026-01-21 14:59:11 +01:00

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")