Clean up code and comment
This commit is contained in:
parent
3c9344dcef
commit
32c1bb2999
7 changed files with 82 additions and 27 deletions
|
@ -1,11 +1,13 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'application'
|
||||
}
|
||||
|
||||
group 'de.vanitasvitae'
|
||||
version '1.0-SNAPSHOT'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
mainClassName = "de.vanitasvitae.imi.codes.Main"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
@ -19,4 +21,4 @@ dependencies {
|
|||
|
||||
// Testing
|
||||
testCompile group: 'junit', name: 'junit', version: '4.12'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue