Skip to content

Commit e34b7dc

Browse files
authored
Fix: remove compilation of 1.21.2 CraftBukkit [ci skip]
1 parent bd86de0 commit e34b7dc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ jobs:
4040

4141
- name: Install CraftBukkit 1.20.1
4242
if: steps.cache-maven.outputs.cache-hit != 'true'
43-
run: if [ ! -f "~/.m2/repository/org/bukkit/craftbukkit/1.20.1-R0.1-SNAPSHOT/craftbukkit-1.20.1-R0.1-SNAPSHOT-remapped-mojang.jar" ]; then cd ~/spigot-buildtools && java -jar BuildTools.jar --rev 1.20.1 --remapped --compile CRAFTBUKKIT; fi
44-
45-
- name: Install CraftBukkit 1.20.2
46-
if: steps.cache-maven.outputs.cache-hit != 'true'
47-
run: if [ ! -f "~/.m2/repository/org/bukkit/craftbukkit/1.20.2-R0.1-SNAPSHOT/craftbukkit-1.20.2-R0.1-SNAPSHOT-remapped-mojang.jar" ]; then cd ~/spigot-buildtools && java -jar BuildTools.jar --rev 1.20.2 --remapped --compile CRAFTBUKKIT; fi
43+
run: if [ ! -f "~/.m2/repository/org/bukkit/craftbukkit/1.20.1-R0.1-SNAPSHOT/craftbukkit-1.20.1-R0.1-SNAPSHOT-remapped-mojang.jar" ]; then cd ~/spigot-buildtools && java -jar BuildTools.jar --rev 1.20.1 --remapped --compile CRAFTBUKKIT;
4844

4945
- name: Install CraftBukkit 1.20.4
5046
if: steps.cache-maven.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)