refactoring

This commit is contained in:
Christoph Kroczek
2019-07-10 21:23:05 +02:00
parent bc8e880b0e
commit 91c86037ad
20 changed files with 0 additions and 349 deletions

View File

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