Files
hlaeja-template-library/build.gradle.kts
2025-04-12 17:31:48 +02:00

13 lines
242 B
Kotlin

plugins {
alias(hlaeja.plugins.kotlin.jvm)
alias(hlaeja.plugins.ltd.hlaeja.plugin.library)
}
dependencies {
testImplementation(hlaeja.kotlin.test.junit5)
testRuntimeOnly(hlaeja.junit.platform.launcher)
}
group = "ltd.lulz"