Don't remove the generated .zip files in the Jenkinsfile

This commit is contained in:
Username404-59 2021-04-17 15:17:10 +02:00
parent dc65bd45ae
commit c063b9a5b2
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -13,7 +13,6 @@ pipeline {
steps {
echo 'Cleaning...'
sh './gradlew clean'
dir('remappedJars') { sh 'rm ./*.zip' }
echo 'Building..'
sh './gradlew build --stacktrace'
}