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

Update build.gradle

revert ... damn you past Jens
parent 4f8d9a51
Branches
Tags
No related merge requests found
......@@ -85,7 +85,11 @@ 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