We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a7425 commit 65aead6Copy full SHA for 65aead6
.github/workflows/maven.yml
@@ -36,7 +36,7 @@ jobs:
36
distribution: 'adopt'
37
cache: maven
38
- name: Maven Tests
39
- run: mvn -B -X -e cleancompile --file pom.xml --batch-mode --fail-fast
+ run: mvn -B -X -e clean compile --file pom.xml --batch-mode --fail-fast
40
41
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
42
- name: Update dependency graph
0 commit comments