We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba4f04 commit 7b06cd2Copy full SHA for 7b06cd2
1 file changed
.github/workflows/maven.yml
@@ -29,4 +29,4 @@ jobs:
29
java-version: ${{ matrix.java }}
30
cache: maven
31
- name: Build with Maven
32
- run: mvn --batch-mode --update-snapshots clean install --file pom.xml -Drevision=0.0.1-SNAPSHOT
+ run: mvn --batch-mode --update-snapshots --file pom.xml -Drevision=0.0.1-SNAPSHOT clean install
0 commit comments