diff --git a/build.gradle b/build.gradle index b3c19c731f2f96c1b374bb386521bd8f41556a65..6d3a739d7d8a2ab94df659f12eb25d364cd3fe28 100644 --- a/build.gradle +++ b/build.gradle @@ -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')) {