We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe06f0a commit d30c4f0Copy full SHA for d30c4f0
.github/workflows/maven.yml
@@ -25,5 +25,5 @@ jobs:
25
~/.m2/repository
26
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml', '.mvn/wrapper/maven-wrapper.properties') }}
27
- name: Build with Maven
28
- run: ./mvnw -C -B -e -V clean install -Pproduction
+ run: ./mvnw -C -B -e -V clean install -Pproduction -U
29
0 commit comments