Update Paper

This commit is contained in:
Telesphoreo 2023-03-06 00:59:08 -06:00
parent ec540fe8cf
commit 785a0df912
3 changed files with 11 additions and 6 deletions

13
Jenkinsfile vendored
View File

@ -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
}
}
}
}

View File

@ -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")
}

View File

@ -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