This commit is contained in:
Christoph Kroczek
2019-07-13 20:49:19 +02:00
parent 930273c0a7
commit f277a1ccda
2 changed files with 18 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
plugins {
java
}
java {
@@ -7,4 +7,8 @@ java {
targetCompatibility = JavaVersion.VERSION_1_8
}
version = "1.2.1"
application {
mainClassName = ""
}
version = "1.0.0"