From 0a3781a42cc035760e9591c844335b2d59fcb131 Mon Sep 17 00:00:00 2001 From: hypherionmc Date: Tue, 11 Jun 2024 22:31:40 +0200 Subject: [PATCH] [CHORE] Fix build display info for jenkins --- .gitattributes | 15 ++++++++ 1.18.2/.jenkins/Jenkinsfile.deploy | 3 +- 1.18.2/.jenkins/Jenkinsfile.snapshot | 2 +- 1.19.2/.jenkins/Jenkinsfile.deploy | 3 +- 1.19.2/.jenkins/Jenkinsfile.snapshot | 2 +- 1.19.3/.jenkins/Jenkinsfile.deploy | 3 +- 1.19.3/.jenkins/Jenkinsfile.snapshot | 2 +- 1.20.2/.jenkins/Jenkinsfile.deploy | 3 +- 1.20.2/.jenkins/Jenkinsfile.snapshot | 2 +- 1.20.4/.jenkins/Jenkinsfile.deploy | 3 +- 1.20.4/.jenkins/Jenkinsfile.snapshot | 2 +- 1.20/.jenkins/Jenkinsfile.deploy | 3 +- 1.20/.jenkins/Jenkinsfile.snapshot | 2 +- Jenkinsfile | 38 ------------------- build.gradle | 2 +- commit.sha | 2 +- .../1.18.2/.jenkins/Jenkinsfile.deploy.patch | 13 ++----- .../.jenkins/Jenkinsfile.snapshot.patch | 2 +- .../1.19.2/.jenkins/Jenkinsfile.deploy.patch | 13 ++----- .../.jenkins/Jenkinsfile.snapshot.patch | 2 +- .../1.19.3/.jenkins/Jenkinsfile.deploy.patch | 13 ++----- .../.jenkins/Jenkinsfile.snapshot.patch | 2 +- .../1.20.2/.jenkins/Jenkinsfile.deploy.patch | 13 ++----- .../.jenkins/Jenkinsfile.snapshot.patch | 2 +- .../1.20.4/.jenkins/Jenkinsfile.deploy.patch | 13 ++----- .../.jenkins/Jenkinsfile.snapshot.patch | 2 +- .../1.20/.jenkins/Jenkinsfile.deploy.patch | 13 ++----- .../1.20/.jenkins/Jenkinsfile.snapshot.patch | 2 +- 28 files changed, 59 insertions(+), 118 deletions(-) create mode 100644 .gitattributes delete mode 100644 Jenkinsfile diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..20fc528 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,15 @@ +* text eol=lf +*.bat text eol=crlf +*.patch text eol=lf +*.java text eol=lf +*.gradle text eol=crlf +*.png binary +*.gif binary +*.exe binary +*.dll binary +*.jar binary +*.lzma binary +*.zip binary +*.pyd binary +*.cfg text eol=lf +*.jks binary \ No newline at end of file diff --git a/1.18.2/.jenkins/Jenkinsfile.deploy b/1.18.2/.jenkins/Jenkinsfile.deploy index ef25403..470c95c 100644 --- a/1.18.2/.jenkins/Jenkinsfile.deploy +++ b/1.18.2/.jenkins/Jenkinsfile.deploy @@ -1,3 +1,4 @@ +def majorMc = "1.18.2"; def JDK = "17" pipeline { @@ -17,7 +18,7 @@ pipeline { stage("Notify Discord") { steps { discordSend webhookURL: env.FDD_WH_ADMIN, - title: "Deploy Started: CraterLib 1.18.2 Deploy #${BUILD_NUMBER}", + title: "Deploy Started: CraterLib ${majorMc} Deploy #${BUILD_NUMBER}", link: env.BUILD_URL, result: 'SUCCESS', description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})" diff --git a/1.18.2/.jenkins/Jenkinsfile.snapshot b/1.18.2/.jenkins/Jenkinsfile.snapshot index 61a5aee..0de2c9b 100644 --- a/1.18.2/.jenkins/Jenkinsfile.snapshot +++ b/1.18.2/.jenkins/Jenkinsfile.snapshot @@ -33,7 +33,7 @@ pipeline { stage("Prepare") { steps { sh "chmod +x ./gradlew" - sh "./gradlew build -PreleaseType=port" + sh "./gradlew build -PreleaseType=${reltype}" } } diff --git a/1.19.2/.jenkins/Jenkinsfile.deploy b/1.19.2/.jenkins/Jenkinsfile.deploy index 625878e..7cb1612 100644 --- a/1.19.2/.jenkins/Jenkinsfile.deploy +++ b/1.19.2/.jenkins/Jenkinsfile.deploy @@ -1,3 +1,4 @@ +def majorMc = "1.19.2"; def JDK = "17" pipeline { @@ -17,7 +18,7 @@ pipeline { stage("Notify Discord") { steps { discordSend webhookURL: env.FDD_WH_ADMIN, - title: "Deploy Started: CraterLib 1.19.2 Deploy #${BUILD_NUMBER}", + title: "Deploy Started: CraterLib ${majorMc} Deploy #${BUILD_NUMBER}", link: env.BUILD_URL, result: 'SUCCESS', description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})" diff --git a/1.19.2/.jenkins/Jenkinsfile.snapshot b/1.19.2/.jenkins/Jenkinsfile.snapshot index a54c1ba..ded5eca 100644 --- a/1.19.2/.jenkins/Jenkinsfile.snapshot +++ b/1.19.2/.jenkins/Jenkinsfile.snapshot @@ -33,7 +33,7 @@ pipeline { stage("Prepare") { steps { sh "chmod +x ./gradlew" - sh "./gradlew build -PreleaseType=port" + sh "./gradlew build -PreleaseType=${reltype}" } } diff --git a/1.19.3/.jenkins/Jenkinsfile.deploy b/1.19.3/.jenkins/Jenkinsfile.deploy index 5b5b728..8aaecc3 100644 --- a/1.19.3/.jenkins/Jenkinsfile.deploy +++ b/1.19.3/.jenkins/Jenkinsfile.deploy @@ -1,3 +1,4 @@ +def majorMc = "1.19.3/4"; def JDK = "17" pipeline { @@ -17,7 +18,7 @@ pipeline { stage("Notify Discord") { steps { discordSend webhookURL: env.FDD_WH_ADMIN, - title: "Deploy Started: CraterLib 1.19.3/4 Deploy #${BUILD_NUMBER}", + title: "Deploy Started: CraterLib ${majorMc} Deploy #${BUILD_NUMBER}", link: env.BUILD_URL, result: 'SUCCESS', description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})" diff --git a/1.19.3/.jenkins/Jenkinsfile.snapshot b/1.19.3/.jenkins/Jenkinsfile.snapshot index 9661b3e..e5e2d2e 100644 --- a/1.19.3/.jenkins/Jenkinsfile.snapshot +++ b/1.19.3/.jenkins/Jenkinsfile.snapshot @@ -33,7 +33,7 @@ pipeline { stage("Prepare") { steps { sh "chmod +x ./gradlew" - sh "./gradlew build -PreleaseType=port" + sh "./gradlew build -PreleaseType=${reltype}" } } diff --git a/1.20.2/.jenkins/Jenkinsfile.deploy b/1.20.2/.jenkins/Jenkinsfile.deploy index a30557e..88127b6 100644 --- a/1.20.2/.jenkins/Jenkinsfile.deploy +++ b/1.20.2/.jenkins/Jenkinsfile.deploy @@ -1,3 +1,4 @@ +def majorMc = "1.20.2"; def JDK = "17" pipeline { @@ -17,7 +18,7 @@ pipeline { stage("Notify Discord") { steps { discordSend webhookURL: env.FDD_WH_ADMIN, - title: "Deploy Started: CraterLib 1.20.2 Deploy #${BUILD_NUMBER}", + title: "Deploy Started: CraterLib ${majorMc} Deploy #${BUILD_NUMBER}", link: env.BUILD_URL, result: 'SUCCESS', description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})" diff --git a/1.20.2/.jenkins/Jenkinsfile.snapshot b/1.20.2/.jenkins/Jenkinsfile.snapshot index fe5ddb6..d629b33 100644 --- a/1.20.2/.jenkins/Jenkinsfile.snapshot +++ b/1.20.2/.jenkins/Jenkinsfile.snapshot @@ -33,7 +33,7 @@ pipeline { stage("Prepare") { steps { sh "chmod +x ./gradlew" - sh "./gradlew build -PreleaseType=port" + sh "./gradlew build -PreleaseType=${reltype}" } } diff --git a/1.20.4/.jenkins/Jenkinsfile.deploy b/1.20.4/.jenkins/Jenkinsfile.deploy index f523ff9..c9013a4 100644 --- a/1.20.4/.jenkins/Jenkinsfile.deploy +++ b/1.20.4/.jenkins/Jenkinsfile.deploy @@ -1,3 +1,4 @@ +def majorMc = "1.20.4"; def JDK = "17" pipeline { @@ -17,7 +18,7 @@ pipeline { stage("Notify Discord") { steps { discordSend webhookURL: env.FDD_WH_ADMIN, - title: "Deploy Started: CraterLib 1.20.4 Deploy #${BUILD_NUMBER}", + title: "Deploy Started: CraterLib ${majorMc} Deploy #${BUILD_NUMBER}", link: env.BUILD_URL, result: 'SUCCESS', description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})" diff --git a/1.20.4/.jenkins/Jenkinsfile.snapshot b/1.20.4/.jenkins/Jenkinsfile.snapshot index 484965a..8d98591 100644 --- a/1.20.4/.jenkins/Jenkinsfile.snapshot +++ b/1.20.4/.jenkins/Jenkinsfile.snapshot @@ -33,7 +33,7 @@ pipeline { stage("Prepare") { steps { sh "chmod +x ./gradlew" - sh "./gradlew build -PreleaseType=port" + sh "./gradlew build -PreleaseType=${reltype}" } } diff --git a/1.20/.jenkins/Jenkinsfile.deploy b/1.20/.jenkins/Jenkinsfile.deploy index f5e1bad..fef4ba8 100644 --- a/1.20/.jenkins/Jenkinsfile.deploy +++ b/1.20/.jenkins/Jenkinsfile.deploy @@ -1,3 +1,4 @@ +def majorMc = "1.20"; def JDK = "17" pipeline { @@ -17,7 +18,7 @@ pipeline { stage("Notify Discord") { steps { discordSend webhookURL: env.FDD_WH_ADMIN, - title: "Deploy Started: CraterLib 1.20/1 Deploy #${BUILD_NUMBER}", + title: "Deploy Started: CraterLib ${majorMc} Deploy #${BUILD_NUMBER}", link: env.BUILD_URL, result: 'SUCCESS', description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})" diff --git a/1.20/.jenkins/Jenkinsfile.snapshot b/1.20/.jenkins/Jenkinsfile.snapshot index bd6f323..a1b5870 100644 --- a/1.20/.jenkins/Jenkinsfile.snapshot +++ b/1.20/.jenkins/Jenkinsfile.snapshot @@ -33,7 +33,7 @@ pipeline { stage("Prepare") { steps { sh "chmod +x ./gradlew" - sh "./gradlew build -PreleaseType=port" + sh "./gradlew build -PreleaseType=${reltype}" } } diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index ba48919..0000000 --- a/Jenkinsfile +++ /dev/null @@ -1,38 +0,0 @@ -pipeline { - agent { - label "master" - } - - stages { - stage("Build LTS Folders") { - steps { - script { - def subfolderNames = ["1.18.2", "1.19.2", "1.19.3", "1.20", "1.20.2", "1.20.4"] - boolean hasFailure = false - - for (def subfolderName : subfolderNames) { - def subfolderPath = "${WORKSPACE}/${subfolderName}/.jenkins/Jenkinsfile.snapshot" - - if (fileExists(subfolderPath)) { - try { - dir("${WORKSPACE}/${subfolderName}") { - def subfolderJob = load ".jenkins/Jenkinsfile.snapshot" - subfolderJob() - } - } catch (Exception e) { - echo "Error running pipeline for ${subfolderPath}: ${e.message}" - hasFailure = true - } - } else { - echo "Skipping non-existent Jenkinsfile: ${subfolderPath}" - } - } - - if (hasFailure) { - error "One or more subfolder pipelines failed." - } - } - } - } - } -} diff --git a/build.gradle b/build.gradle index c04858f..2259d6b 100644 --- a/build.gradle +++ b/build.gradle @@ -8,6 +8,6 @@ plugins { orionporting { upstreamBranch = "dev" // Enable During Porting - //patchMode = PatchMode.FUZZY + patchMode = PatchMode.FUZZY porting("1.20.4", "1.20.2", "1.20", "1.19.3", "1.19.2", "1.18.2") } \ No newline at end of file diff --git a/commit.sha b/commit.sha index 0404471..d7ccfca 100644 --- a/commit.sha +++ b/commit.sha @@ -1 +1 @@ -fabef0e6f111bc4620334afb1da820a90a12b8da \ No newline at end of file +dd69ecd7cc75cc91bf2bab79fb8d3d473b43f268 \ No newline at end of file diff --git a/patches/1.18.2/.jenkins/Jenkinsfile.deploy.patch b/patches/1.18.2/.jenkins/Jenkinsfile.deploy.patch index 6fbfdf9..79ae1dc 100644 --- a/patches/1.18.2/.jenkins/Jenkinsfile.deploy.patch +++ b/patches/1.18.2/.jenkins/Jenkinsfile.deploy.patch @@ -1,17 +1,10 @@ --- a/.jenkins/Jenkinsfile.deploy +++ b/.jenkins/Jenkinsfile.deploy -@@ -1,4 +1,4 @@ +@@ -1,5 +1,5 @@ -def JDK = "21" +-def majorMc = "1.21"; ++def majorMc = "1.18.2"; +def JDK = "17" pipeline { agent { -@@ -17,7 +17,7 @@ - stage("Notify Discord") { - steps { - discordSend webhookURL: env.FDD_WH_ADMIN, -- title: "Deploy Started: CraterLib Port Deploy #${BUILD_NUMBER}", -+ title: "Deploy Started: CraterLib 1.18.2 Deploy #${BUILD_NUMBER}", - link: env.BUILD_URL, - result: 'SUCCESS', - description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})" diff --git a/patches/1.18.2/.jenkins/Jenkinsfile.snapshot.patch b/patches/1.18.2/.jenkins/Jenkinsfile.snapshot.patch index c32ef6d..87926d6 100644 --- a/patches/1.18.2/.jenkins/Jenkinsfile.snapshot.patch +++ b/patches/1.18.2/.jenkins/Jenkinsfile.snapshot.patch @@ -4,7 +4,7 @@ def projectName = "CraterLib"; def projectIcon = "https://cdn.modrinth.com/data/Nn8Wasaq/a172c634683a11a2e9ae593e56eba7885743bb44.png"; -def JDK = "21"; --def majorMc = "Port"; +-def majorMc = "1.21"; -def modLoaders = "neoforge|fabric|quilt"; -def supportedMc = "1.21"; -def reltype = "port"; diff --git a/patches/1.19.2/.jenkins/Jenkinsfile.deploy.patch b/patches/1.19.2/.jenkins/Jenkinsfile.deploy.patch index c06f715..c757fd3 100644 --- a/patches/1.19.2/.jenkins/Jenkinsfile.deploy.patch +++ b/patches/1.19.2/.jenkins/Jenkinsfile.deploy.patch @@ -1,17 +1,10 @@ --- a/.jenkins/Jenkinsfile.deploy +++ b/.jenkins/Jenkinsfile.deploy -@@ -1,4 +1,4 @@ +@@ -1,5 +1,5 @@ -def JDK = "21" +-def majorMc = "1.21"; ++def majorMc = "1.19.2"; +def JDK = "17" pipeline { agent { -@@ -17,7 +17,7 @@ - stage("Notify Discord") { - steps { - discordSend webhookURL: env.FDD_WH_ADMIN, -- title: "Deploy Started: CraterLib Port Deploy #${BUILD_NUMBER}", -+ title: "Deploy Started: CraterLib 1.19.2 Deploy #${BUILD_NUMBER}", - link: env.BUILD_URL, - result: 'SUCCESS', - description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})" diff --git a/patches/1.19.2/.jenkins/Jenkinsfile.snapshot.patch b/patches/1.19.2/.jenkins/Jenkinsfile.snapshot.patch index 0d5b2ad..2e0dc64 100644 --- a/patches/1.19.2/.jenkins/Jenkinsfile.snapshot.patch +++ b/patches/1.19.2/.jenkins/Jenkinsfile.snapshot.patch @@ -4,7 +4,7 @@ def projectName = "CraterLib"; def projectIcon = "https://cdn.modrinth.com/data/Nn8Wasaq/a172c634683a11a2e9ae593e56eba7885743bb44.png"; -def JDK = "21"; --def majorMc = "Port"; +-def majorMc = "1.21"; -def modLoaders = "neoforge|fabric|quilt"; -def supportedMc = "1.21"; -def reltype = "port"; diff --git a/patches/1.19.3/.jenkins/Jenkinsfile.deploy.patch b/patches/1.19.3/.jenkins/Jenkinsfile.deploy.patch index 76fbd82..2c05bbc 100644 --- a/patches/1.19.3/.jenkins/Jenkinsfile.deploy.patch +++ b/patches/1.19.3/.jenkins/Jenkinsfile.deploy.patch @@ -1,17 +1,10 @@ --- a/.jenkins/Jenkinsfile.deploy +++ b/.jenkins/Jenkinsfile.deploy -@@ -1,4 +1,4 @@ +@@ -1,5 +1,5 @@ -def JDK = "21" +-def majorMc = "1.21"; ++def majorMc = "1.19.3/4"; +def JDK = "17" pipeline { agent { -@@ -17,7 +17,7 @@ - stage("Notify Discord") { - steps { - discordSend webhookURL: env.FDD_WH_ADMIN, -- title: "Deploy Started: CraterLib Port Deploy #${BUILD_NUMBER}", -+ title: "Deploy Started: CraterLib 1.19.3/4 Deploy #${BUILD_NUMBER}", - link: env.BUILD_URL, - result: 'SUCCESS', - description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})" diff --git a/patches/1.19.3/.jenkins/Jenkinsfile.snapshot.patch b/patches/1.19.3/.jenkins/Jenkinsfile.snapshot.patch index 7356400..7789450 100644 --- a/patches/1.19.3/.jenkins/Jenkinsfile.snapshot.patch +++ b/patches/1.19.3/.jenkins/Jenkinsfile.snapshot.patch @@ -4,7 +4,7 @@ def projectName = "CraterLib"; def projectIcon = "https://cdn.modrinth.com/data/Nn8Wasaq/a172c634683a11a2e9ae593e56eba7885743bb44.png"; -def JDK = "21"; --def majorMc = "Port"; +-def majorMc = "1.21"; -def modLoaders = "neoforge|fabric|quilt"; -def supportedMc = "1.21"; -def reltype = "port"; diff --git a/patches/1.20.2/.jenkins/Jenkinsfile.deploy.patch b/patches/1.20.2/.jenkins/Jenkinsfile.deploy.patch index 99507ae..5943308 100644 --- a/patches/1.20.2/.jenkins/Jenkinsfile.deploy.patch +++ b/patches/1.20.2/.jenkins/Jenkinsfile.deploy.patch @@ -1,17 +1,10 @@ --- a/.jenkins/Jenkinsfile.deploy +++ b/.jenkins/Jenkinsfile.deploy -@@ -1,4 +1,4 @@ +@@ -1,5 +1,5 @@ -def JDK = "21" +-def majorMc = "1.21"; ++def majorMc = "1.20.2"; +def JDK = "17" pipeline { agent { -@@ -17,7 +17,7 @@ - stage("Notify Discord") { - steps { - discordSend webhookURL: env.FDD_WH_ADMIN, -- title: "Deploy Started: CraterLib Port Deploy #${BUILD_NUMBER}", -+ title: "Deploy Started: CraterLib 1.20.2 Deploy #${BUILD_NUMBER}", - link: env.BUILD_URL, - result: 'SUCCESS', - description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})" diff --git a/patches/1.20.2/.jenkins/Jenkinsfile.snapshot.patch b/patches/1.20.2/.jenkins/Jenkinsfile.snapshot.patch index d08c1bc..6f33f6c 100644 --- a/patches/1.20.2/.jenkins/Jenkinsfile.snapshot.patch +++ b/patches/1.20.2/.jenkins/Jenkinsfile.snapshot.patch @@ -4,7 +4,7 @@ def projectName = "CraterLib"; def projectIcon = "https://cdn.modrinth.com/data/Nn8Wasaq/a172c634683a11a2e9ae593e56eba7885743bb44.png"; -def JDK = "21"; --def majorMc = "Port"; +-def majorMc = "1.21"; -def modLoaders = "neoforge|fabric|quilt"; -def supportedMc = "1.21"; -def reltype = "port"; diff --git a/patches/1.20.4/.jenkins/Jenkinsfile.deploy.patch b/patches/1.20.4/.jenkins/Jenkinsfile.deploy.patch index f0dd219..2341c8c 100644 --- a/patches/1.20.4/.jenkins/Jenkinsfile.deploy.patch +++ b/patches/1.20.4/.jenkins/Jenkinsfile.deploy.patch @@ -1,17 +1,10 @@ --- a/.jenkins/Jenkinsfile.deploy +++ b/.jenkins/Jenkinsfile.deploy -@@ -1,4 +1,4 @@ +@@ -1,5 +1,5 @@ -def JDK = "21" +-def majorMc = "1.21"; ++def majorMc = "1.20.4"; +def JDK = "17" pipeline { agent { -@@ -17,7 +17,7 @@ - stage("Notify Discord") { - steps { - discordSend webhookURL: env.FDD_WH_ADMIN, -- title: "Deploy Started: CraterLib Port Deploy #${BUILD_NUMBER}", -+ title: "Deploy Started: CraterLib 1.20.4 Deploy #${BUILD_NUMBER}", - link: env.BUILD_URL, - result: 'SUCCESS', - description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})" diff --git a/patches/1.20.4/.jenkins/Jenkinsfile.snapshot.patch b/patches/1.20.4/.jenkins/Jenkinsfile.snapshot.patch index c7154ec..0da081a 100644 --- a/patches/1.20.4/.jenkins/Jenkinsfile.snapshot.patch +++ b/patches/1.20.4/.jenkins/Jenkinsfile.snapshot.patch @@ -4,7 +4,7 @@ def projectName = "CraterLib"; def projectIcon = "https://cdn.modrinth.com/data/Nn8Wasaq/a172c634683a11a2e9ae593e56eba7885743bb44.png"; -def JDK = "21"; --def majorMc = "Port"; +-def majorMc = "1.21"; -def modLoaders = "neoforge|fabric|quilt"; -def supportedMc = "1.21"; -def reltype = "port"; diff --git a/patches/1.20/.jenkins/Jenkinsfile.deploy.patch b/patches/1.20/.jenkins/Jenkinsfile.deploy.patch index 75577c0..ab2d1dd 100644 --- a/patches/1.20/.jenkins/Jenkinsfile.deploy.patch +++ b/patches/1.20/.jenkins/Jenkinsfile.deploy.patch @@ -1,17 +1,10 @@ --- a/.jenkins/Jenkinsfile.deploy +++ b/.jenkins/Jenkinsfile.deploy -@@ -1,4 +1,4 @@ +@@ -1,5 +1,5 @@ -def JDK = "21" +-def majorMc = "1.21"; ++def majorMc = "1.20"; +def JDK = "17" pipeline { agent { -@@ -17,7 +17,7 @@ - stage("Notify Discord") { - steps { - discordSend webhookURL: env.FDD_WH_ADMIN, -- title: "Deploy Started: CraterLib Port Deploy #${BUILD_NUMBER}", -+ title: "Deploy Started: CraterLib 1.20/1 Deploy #${BUILD_NUMBER}", - link: env.BUILD_URL, - result: 'SUCCESS', - description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})" diff --git a/patches/1.20/.jenkins/Jenkinsfile.snapshot.patch b/patches/1.20/.jenkins/Jenkinsfile.snapshot.patch index b0e47ba..9f39130 100644 --- a/patches/1.20/.jenkins/Jenkinsfile.snapshot.patch +++ b/patches/1.20/.jenkins/Jenkinsfile.snapshot.patch @@ -4,7 +4,7 @@ def projectName = "CraterLib"; def projectIcon = "https://cdn.modrinth.com/data/Nn8Wasaq/a172c634683a11a2e9ae593e56eba7885743bb44.png"; -def JDK = "21"; --def majorMc = "Port"; +-def majorMc = "1.21"; -def modLoaders = "neoforge|fabric|quilt"; -def supportedMc = "1.21"; -def reltype = "port";