Files
tweed5/buildSrc/src/main/kotlin/de.siphalor.tweed5.local-runtime-only.gradle.kts
Siphalor b466ccd577 [*] Modernize Gradle setup
Version catalog and convention plugin instead of allprojects/subprojects
2025-02-22 22:55:06 +01:00

7 lines
146 B
Kotlin

plugins {
java
}
val localRuntimeOnly = configurations.create("localRuntimeOnly")
sourceSets.main.get().runtimeClasspath += localRuntimeOnly