We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad2f85 commit ad23124Copy full SHA for ad23124
.github/workflows/ci.yml
@@ -64,4 +64,4 @@ jobs:
64
distribution: 'temurin'
65
cache: 'maven'
66
- name: Test
67
- run: mvn -B -e -fae clean install -Ptest
+ run: mvn -U -B -e clean install -Ptest
0 commit comments