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 4deed68 commit 646426bCopy full SHA for 646426b
.github/workflows/maven-build.yml
@@ -20,4 +20,4 @@ jobs:
20
java-version: '8'
21
distribution: 'adopt'
22
- name: Build with Maven
23
- run: mvn package --file pom.xml
+ run: mvn --batch-mode package --file pom.xml
0 commit comments