Skip to content
Snippets Groups Projects
Commit 6775c12f authored by BlackOverlord's avatar BlackOverlord
Browse files

build.gradle fix

parent fbdf0a21
No related branches found
No related tags found
No related merge requests found
apply plugin: 'java'
apply plugin:'application'
apply plugin: 'application'
sourceSets {
main {
......@@ -10,3 +10,11 @@ sourceSets {
}
mainClassName = 'mslinks.Main'
/*
jar {
manifest {
attributes 'Main-Class': 'mslinks.Main'
}
}
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment