Skip to content

Commit d30c4f0

Browse files
authored
force the maven update
1 parent fe06f0a commit d30c4f0

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
@@ -25,5 +25,5 @@ jobs:
2525
~/.m2/repository
2626
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml', '.mvn/wrapper/maven-wrapper.properties') }}
2727
- name: Build with Maven
28-
run: ./mvnw -C -B -e -V clean install -Pproduction
28+
run: ./mvnw -C -B -e -V clean install -Pproduction -U
2929

0 commit comments

Comments
 (0)