We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1239cf8 commit 3b04e82Copy full SHA for 3b04e82
1 file changed
.github/workflows/maven.yml
@@ -22,4 +22,4 @@ jobs:
22
java-version: 14
23
java-package: jdk
24
- name: Build with Maven
25
- run: mvn -B package -D maven.test.skip=true --file pom.xml
+ run: mvn package -D maven.test.skip=true --file pom.xml
0 commit comments