Skip to content

Commit 4584cf5

Browse files
committed
Chore: Remove 1.21 support because buildtools sucks
1 parent 947eb39 commit 4584cf5

File tree

5 files changed

+0
-1294
lines changed

5 files changed

+0
-1294
lines changed

.github/workflows/build.yml

-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ jobs:
5454
if: steps.cache-maven.outputs.cache-hit != 'true'
5555
run: if [ ! -f "~/.m2/repository/org/bukkit/craftbukkit/1.20.6-R0.1-SNAPSHOT/craftbukkit-1.20.6-R0.1-SNAPSHOT-remapped-mojang.jar" ]; then cd ~/spigot-buildtools && java -jar BuildTools.jar --rev 1.20.6 --remapped --compile CRAFTBUKKIT; fi
5656

57-
- name: Install CraftBukkit 1.21
58-
if: steps.cache-maven.outputs.cache-hit != 'true'
59-
run: if [ ! -f "~/.m2/repository/org/bukkit/craftbukkit/1.21-R0.1-SNAPSHOT/craftbukkit-1.21-R0.1-SNAPSHOT-remapped-mojang.jar" ]; then cd ~/spigot-buildtools && java -jar BuildTools.jar --rev 1.21 --remapped --compile CRAFTBUKKIT; fi
60-
6157
- name: Install CraftBukkit 1.21.1
6258
if: steps.cache-maven.outputs.cache-hit != 'true'
6359
run: if [ ! -f "~/.m2/repository/org/bukkit/craftbukkit/1.21.1-R0.1-SNAPSHOT/craftbukkit-1.21.1-R0.1-SNAPSHOT-remapped-mojang.jar" ]; then cd ~/spigot-buildtools && java -jar BuildTools.jar --rev 1.21.1 --remapped --compile CRAFTBUKKIT; fi

V1_21/pom.xml

-129
This file was deleted.

0 commit comments

Comments
 (0)