Fixed build.gradle

This commit is contained in:
vanitasvitae 2017-04-23 15:33:29 +02:00
parent 3997843f1b
commit 935f1e1e9f
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jar {
}
manifest {
attributes(
'Main-Class': 'main.java.Main'
'Main-Class': 'Main'
)
}
}