restructure

This commit is contained in:
Christoph Kroczek
2019-07-04 09:10:29 +02:00
parent 9863a8358b
commit f84e43b8bf
8 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
plugins {
id 'java'
id 'application'
}
application {
mainClassName = 'Main'
}
sourceCompatibility = '1.8'
targetCompatibility = '1.8'