Skip to content

Commit 7b06cd2

Browse files
committed
Update maven.yml
1 parent fba4f04 commit 7b06cd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
java-version: ${{ matrix.java }}
3030
cache: maven
3131
- name: Build with Maven
32-
run: mvn --batch-mode --update-snapshots clean install --file pom.xml -Drevision=0.0.1-SNAPSHOT
32+
run: mvn --batch-mode --update-snapshots --file pom.xml -Drevision=0.0.1-SNAPSHOT clean install

0 commit comments

Comments
 (0)