initial script and publish action
This commit is contained in:
parent
a1f1eca3f6
commit
e478a4c836
70 changed files with 2602 additions and 0 deletions
10
build.gradle.kts
Normal file
10
build.gradle.kts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
id("org.jetbrains.kotlin.jvm").version("1.6.21").apply(false)
|
||||
}
|
||||
|
||||
tasks {
|
||||
register<Delete>("clean"){
|
||||
delete(rootProject.buildDir)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue