Skip to content

Commit

Permalink
Remove Spigot Mappings (Reobf) JARs because Paper deprecated it
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MrPowerGamerBR committed Jan 14, 2025
1 parent 61b96df commit c2ffc8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-without-pwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c2ffc8b

Please sign in to comment.