Skip to content
Snippets Groups Projects
Commit 1b2ce6ab authored by Aarati Bhattarai's avatar Aarati Bhattarai
Browse files

edit build.gradle

parent dde92288
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ task fatJar(type: Jar) {
manifest {
attributes 'Main-Class': 'dotsandboxes.Main'
}
baseName = 'executable-jar'
archiveBaseName = 'executable-jar'
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } }
with jar
......
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