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

updated gradle file

parent 9d0ac87a
Branches
Tags
No related merge requests found
......@@ -76,8 +76,12 @@ jar {
from configurations.releaseJars.collect { it.isDirectory() ? it : zipTree(it) }
}
manifest.mainAttributes("Main-Class" : 'de.tla2b.TLA2B')
manifest.mainAttributes("Class-Path": './tla/ tlatools.jar')
jar {
manifest {
attributes "Main-Class" : 'de.tla2b.TLA2B'
attributes "Class-Path": './tla/ tlatools.jar'
}
}
task tla2b(dependsOn: build) << {
copy {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment