fix jenkins for other branches

This commit is contained in:
Simon Gardling 2021-04-12 12:46:48 -04:00
parent e7dfd4d75e
commit f585f04cfd
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -9,7 +9,6 @@ pipeline {
sh 'rm -rf ./target'
sh 'rm -rf ./Paper/Paper-API ./Paper/Paper-Server ./Paper/work'
sh 'rm -rf ./Yatopia-API ./Yatopia-Server'
sh 'find /home/jenkins/workspace/YatopiaMC_Yatopia_ver_1.16.5 -type d -exec chmod 755 {} \\;'
sh 'chmod +x ./gradlew'
sh './gradlew clean'
}