We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f350f2 commit bfba8ddCopy full SHA for bfba8dd
.github/workflows/maven.yml
@@ -113,7 +113,7 @@ jobs:
113
java-version: 16
114
- name: Check 1.17
115
id: cavesandcliffs
116
- run: test -f ~/.m2/repository/org/bukkit/craftbukkit/1.17.1-R0.1-SNAPSHOT/craftbukkit-1.17.1-R0.1-SNAPSHOT.jar && echo "::set-output name=sucess::true" || echo "::set-output name=sucess::false"
+ run: test -f ~/.m2/repository/org/spigotmc/spigot/1.17.1-R0.1-SNAPSHOT/spigot-1.17.1-R0.1-SNAPSHOT-remapped-mojang.jar && echo "::set-output name=sucess::true" || echo "::set-output name=sucess::false"
117
- name: Build 1.17
118
if: steps.cavesandcliffs.output.sucess != 'true'
119
run: cd BuildTools && java -jar BuildTools.jar --rev 1.17.1 --remapped
0 commit comments