generated from aura-ascend/template-library
Initial commit
This commit is contained in:
14
build.gradle.kts
Normal file
14
build.gradle.kts
Normal file
@@ -0,0 +1,14 @@
|
||||
plugins {
|
||||
alias(aa.plugins.kotlin.jvm)
|
||||
alias(aa.plugins.library)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
testImplementation(aa.kotlin.junit5)
|
||||
|
||||
testRuntimeOnly(aa.junit.platform.launcher)
|
||||
}
|
||||
|
||||
group = "ltd.lulz.library"
|
||||
description = "library template"
|
||||
Reference in New Issue
Block a user