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 e3db14e commit 459d2b0Copy full SHA for 459d2b0
.github/workflows/build.yml
@@ -26,9 +26,9 @@ jobs:
26
with:
27
java-version: 17
28
- name: 'Build with Maven (Bukkit)'
29
- run: 'cd bukkit; mvn clean package'
+ run: 'cd bukkit; mvn clean package -T4'
30
- name: 'Build with Maven (BungeeCord)'
31
- run: 'cd bungeecord; mvn clean package'
+ run: 'cd bungeecord; mvn clean package -T4'
32
- name: 'Build with Maven (Velocity)'
33
- run: 'cd velocity; mvn clean package'
+ run: 'cd velocity; mvn clean package -T4'
34
0 commit comments