Skip to content

Commit f9af2ce

Browse files
committed
Update maven.yml
1 parent d73f1ae commit f9af2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
distribution: 'temurin'
2929
cache: maven
3030
- name: Build with Maven
31-
run: mvn --batch-mode --update-snapshots clean install --file pom.xml -Dmaven.test.skip=true -Drevision=0.0.1-SNAPSHOT
31+
run: mvn --batch-mode --update-snapshots --file pom.xml -Drevision=0.0.1-SNAPSHOT -Dmaven.test.skip=true clean install

0 commit comments

Comments
 (0)