We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53829e0 commit cf59a66Copy full SHA for cf59a66
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
cache: 'maven'
27
28
- name: Build with Maven
29
- run: ./mvnw -B clean package
+ run: ./mvnw -B clean package -T2C
30
31
- name: Check for uncommited changes
32
run: |
0 commit comments