From 785a0df91228b750ea3f7839d509794a312c26fc Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Mon, 6 Mar 2023 00:59:08 -0600 Subject: [PATCH] Update Paper --- Jenkinsfile | 13 +++++++++---- build.gradle.kts | 2 +- gradle.properties | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 629adab..88f6e1e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,11 +30,16 @@ pipeline { branch "1.19.3" } steps { - withCredentials([usernamePassword(credentialsId: '8150559b-ec1d-41bd-a576-aa668a52c1ba', passwordVariable: 'scissorsPassword', usernameVariable: 'scissorsUser')]) { - withGradle { - sh "./gradlew :Scissors-API:publish --no-daemon" + try { + withCredentials([usernamePassword(credentialsId: 'scissors-ci', passwordVariable: 'scissorsPassword', usernameVariable: 'scissorsUser')]) { + withGradle { + sh "./gradlew :Scissors-API:publish --no-daemon" + } } - } + true + } catch (_) { + false + } } } } diff --git a/build.gradle.kts b/build.gradle.kts index 649ede5..3f1242a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ repositories { dependencies { remapper("net.fabricmc:tiny-remapper:0.8.6:fat") - decompiler("net.minecraftforge:forgeflower:2.0.605.1") + decompiler("net.minecraftforge:forgeflower:2.0.627.2") paperclip("io.papermc:paperclip:3.0.2") } diff --git a/gradle.properties b/gradle.properties index 01de9fd..687dfc3 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=e57441254dc93fa70782c10f9a22c87dc98ca0b6 +paperRef=5cc78f2b6f42132843b4fe02c3e509f727aa4714 org.gradle.caching=true org.gradle.parallel=true