Skip to content

Commit cb5d432

Browse files
authored
Chore: Restore 1.20.2 compilation step in CI workflow
1 parent d57527e commit cb5d432

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
if: steps.cache-maven.outputs.cache-hit != 'true'
4343
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
4444

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
48+
4549
- name: Install CraftBukkit 1.20.4
4650
if: steps.cache-maven.outputs.cache-hit != 'true'
4751
run: if [ ! -f "~/.m2/repository/org/bukkit/craftbukkit/1.20.4-R0.1-SNAPSHOT/craftbukkit-1.20.4-R0.1-SNAPSHOT-remapped-mojang.jar" ]; then cd ~/spigot-buildtools && java -jar BuildTools.jar --rev 1.20.4 --remapped --compile CRAFTBUKKIT; fi

0 commit comments

Comments
 (0)