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 ad45beb commit 7bac22eCopy full SHA for 7bac22e
.github/workflows/build.yml
@@ -29,6 +29,6 @@ jobs:
29
run: 'cd bukkit; mvn clean package'
30
- name: 'Build with Maven (BungeeCord)'
31
run: 'cd bungeecord; mvn clean package'
32
- # - name: 'Build with Maven (Velocity)'
33
- # run: 'cd velocity; mvn clean package'
+ - name: 'Build with Maven (Velocity)'
+ run: 'cd velocity; mvn clean package'
34
0 commit comments