refactoring

This commit is contained in:
Christoph Kroczek
2019-07-13 18:45:47 +02:00
parent 0a9e00887c
commit d8a0ec9754
24 changed files with 43 additions and 26 deletions

View File

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