mirror of
https://github.com/SparklyPower/SparklyPaper.git
synced 2025-12-26 02:19:33 +00:00
Remove Spigot Mappings (Reobf) JARs because Paper deprecated it
If you are still using reobf JARs... just why? You can still compile it if you want to, but it is unsupported and deprecated and stuffz
This commit is contained in:
7
.github/workflows/build-without-pwt.yml
vendored
7
.github/workflows/build-without-pwt.yml
vendored
@@ -33,14 +33,9 @@ jobs:
|
||||
- name: Build
|
||||
run: ./gradlew -PsparklypaperImplementationVersionSuffix=without-pwt build
|
||||
- name: Create Paperclip JAR
|
||||
run: ./gradlew -PsparklypaperImplementationVersionSuffix=without-pwt createMojmapPaperclipJar createReobfPaperclipJar
|
||||
run: ./gradlew -PsparklypaperImplementationVersionSuffix=without-pwt createMojmapPaperclipJar
|
||||
- uses: actions/upload-artifact@v4
|
||||
name: "Upload Mojang Mappings Paperclip JAR"
|
||||
with:
|
||||
name: SparklyPaper (without Parallel World Ticking) Paperclip (Mojang Mappings - mojmap)
|
||||
path: "sparklypaper-server/build/libs/SparklyPaper-paperclip-*-mojmap.jar"
|
||||
- uses: actions/upload-artifact@v4
|
||||
name: "Upload Spigot Mappings (reobf) Paperclip JAR"
|
||||
with:
|
||||
name: SparklyPaper (without Parallel World Ticking) Paperclip (Spigot Mappings - reobf)
|
||||
path: "sparklypaper-server/build/libs/SparklyPaper-paperclip-*-reobf.jar"
|
||||
|
||||
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -36,14 +36,9 @@ jobs:
|
||||
ORG_GRADLE_PROJECT_PerfectDreamsUsername: ${{ secrets.PERFECTDREAMS_REPO_USERNAME }}
|
||||
ORG_GRADLE_PROJECT_PerfectDreamsPassword: ${{ secrets.PERFECTDREAMS_REPO_PASSWORD }}
|
||||
- name: Create Paperclip JAR
|
||||
run: ./gradlew createMojmapPaperclipJar createReobfPaperclipJar
|
||||
run: ./gradlew createMojmapPaperclipJar
|
||||
- uses: actions/upload-artifact@v4
|
||||
name: "Upload Mojang Mappings Paperclip JAR"
|
||||
with:
|
||||
name: SparklyPaper Paperclip (Mojang Mappings - mojmap)
|
||||
path: "sparklypaper-server/build/libs/SparklyPaper-paperclip-*-mojmap.jar"
|
||||
- uses: actions/upload-artifact@v4
|
||||
name: "Upload Spigot Mappings (reobf) Paperclip JAR"
|
||||
with:
|
||||
name: SparklyPaper Paperclip (Spigot Mappings - reobf)
|
||||
path: "sparklypaper-server/build/libs/SparklyPaper-paperclip-*-reobf.jar"
|
||||
path: "sparklypaper-server/build/libs/SparklyPaper-paperclip-*-mojmap.jar"
|
||||
Reference in New Issue
Block a user