Files
Christoph Kroczek f277a1ccda update
2019-07-13 20:49:19 +02:00

14 lines
185 B
Kotlin

plugins {
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
application {
mainClassName = ""
}
version = "1.0.0"