diff --git a/Jenkinsfile b/Jenkinsfile index d81e1cb..629adab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { } stage('publish') { when { - branch "skip" + branch "1.19.3" } steps { withCredentials([usernamePassword(credentialsId: '8150559b-ec1d-41bd-a576-aa668a52c1ba', passwordVariable: 'scissorsPassword', usernameVariable: 'scissorsUser')]) { @@ -40,7 +40,7 @@ pipeline { } post { always { - // archiveArtifacts artifacts: 'build/libs/Scissors-paperclip-*.jar', fingerprint: true + archiveArtifacts artifacts: 'build/libs/Scissors-paperclip-*.jar', fingerprint: true junit 'Scissors-Server/build/test-results/test/*.xml' junit 'Scissors-API/build/test-results/test/*.xml' cleanWs() diff --git a/gradle.properties b/gradle.properties index 2c10cb0..4873f60 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ group=me.totalfreedom.scissors version=1.19.3-R0.1-SNAPSHOT mcVersion=1.19.3 -paperRef=1143b636634183fe9ee6d8cf9709afd4b3239de4 +paperRef=a5ecfd6c30c1664767415ecc964d28433559218a org.gradle.caching=true org.gradle.parallel=true