Skip to content
Snippets Groups Projects
Commit 60ec135a authored by hansen's avatar hansen
Browse files

fixed gradle file

parent 4283ebd3
No related branches found
No related tags found
No related merge requests found
......@@ -90,10 +90,13 @@ jar { from sourceSets.main.allJava }
jar {
from configurations.releaseJars.collect { it.isDirectory() ? it : zipTree(it) }
}
jar {
manifest {
attributes "Main-Class" : 'de.tlc4b.TLC4B'
attributes "Class-Path": './tla/ tlatools.jar'
}
}
task tlc4b(dependsOn: build) << {
copy {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment