Skip to content
Snippets Groups Projects
Commit 14254334 authored by dgelessus's avatar dgelessus
Browse files

Make createJar task not depend on tests

parent cf2a0d5f
Branches
Tags
No related merge requests found
......@@ -70,7 +70,7 @@ test {
}
task createJar(type: Jar, dependsOn: build){
task createJar(type: Jar, dependsOn: classes){
archiveName = 'TLA2B.jar'
//from sourceSets.main.allJava
from sourceSets.main.output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment