We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d238a commit 1969e1cCopy full SHA for 1969e1c
1 file changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
java-version: '8'
25
26
- name: Run Spotless Check
27
- run: mvn spotless:check
+ run: mvn --batch-mode spotless:check
28
29
- name: Compile Project
30
- run: mvn compile
+ run: mvn --batch-mode compile
0 commit comments