Skip to content
Snippets Groups Projects
Commit 4f8d9a51 authored by Jens Bendisposto's avatar Jens Bendisposto
Browse files

Update build.gradle

parent a96a70b0
No related branches found
No related tags found
No related merge requests found
......@@ -85,11 +85,7 @@ task createJar(type: Jar, dependsOn: build){
task tla2b(dependsOn: createJar) << {
copy {
from('build/libs/')
into('.')
include('TLA2B.jar')
}
}
if (project.hasProperty('ossrhUsername') && project.hasProperty('ossrhPassword')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment