We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c430b4 commit a8ff209Copy full SHA for a8ff209
.github/workflows/build.yml
@@ -16,4 +16,4 @@ jobs:
16
distribution: 'temurin'
17
java-version: '17'
18
- name: Build with Maven
19
- run: mvn clean package
+ run: mvn clean package --batch-mode
0 commit comments