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 577b515 commit 036391eCopy full SHA for 036391e
.github/workflows/snapshots.yml
@@ -32,6 +32,8 @@ jobs:
32
run: ./gradlew --no-daemon server:forge:1.18.2:build
33
- name: Build Forge 1.19.3 mod
34
run: ./gradlew --no-daemon server:forge:1.19.3:build
35
+ - name: Build Forge 1.20.1 mod
36
+ run: ./gradlew --no-daemon server:forge:1.20.1:build
37
- name: Build BungeeCord plugin
38
run: ./gradlew --no-daemon proxy:bungeecord:build
39
- name: Build Velocity plugin
0 commit comments