From c52d9c138df0a5f5527fa16cae28bb7da6a8edc8 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Wed, 1 May 2024 15:11:33 -0500 Subject: [PATCH] Update Jenkins building --- Jenkinsfile | 6 +++--- README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9f4eb85..2258a0d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,13 +14,13 @@ pipeline { stage('paperclipJar') { steps { withGradle { - sh './gradlew createReobfPaperclipJar --no-daemon --refresh-dependencies' + sh './gradlew createMojmapBundlerJar --no-daemon --refresh-dependencies' } sh """ #!/bin/sh BRANCH=\$(echo "\${BRANCH_NAME}" | sed 's/\\//_/g') - mv \${WORKSPACE}/build/libs/Scissors-paperclip-*.jar \${WORKSPACE}/build/libs/scissors-\${BRANCH}-\${BUILD_NUMBER}.jar - rm \${WORKSPACE}/build/libs/Scissors-bundler-*.jar + mv \${WORKSPACE}/build/libs/Scissors-bundler-*.jar \${WORKSPACE}/build/libs/scissors-\${BRANCH}-\${BUILD_NUMBER}.jar + rm \${WORKSPACE}/build/libs/Scissors-*-SNAPSHOT.jar """ } } diff --git a/README.md b/README.md index 78f0b46..7faf83f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Scissors [![Build Status](https://ci.scissors.gg/job/Scissors/job/1.20.4/badge/icon)](https://ci.scissors.gg/job/Scissors/job/1.20.4/) +# Scissors [![Build Status](https://ci.scissors.gg/job/Scissors/job/1.20.6/badge/icon)](https://ci.scissors.gg/job/Scissors/job/1.20.6/) Scissors is a fork of Paper that aims to fix exploits possible in Creative Mode. Many of these exploits are ones that Paper's own team has either refused to fix or would have. ## Links ### [Scissors Download](https://ci.plex.us.org/job/Scissors) -### [Scissors Javadoc](https://javadoc.scissors.gg/1.20.4) +### [Scissors Javadoc](https://javadoc.scissors.gg/1.20.6) ### [Scissors Announcements](https://totalfreedom.tf/forums/scissors-announcements.55) ### [Scissors General Discussion](https://totalfreedom.tf/forums/scissors-discussion.56/)