Skip to content

Commit 65aead6

Browse files
committed
Fixed maven task
1 parent 44a7425 commit 65aead6

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
@@ -36,7 +36,7 @@ jobs:
3636
distribution: 'adopt'
3737
cache: maven
3838
- name: Maven Tests
39-
run: mvn -B -X -e cleancompile --file pom.xml --batch-mode --fail-fast
39+
run: mvn -B -X -e clean compile --file pom.xml --batch-mode --fail-fast
4040

4141
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
4242
- name: Update dependency graph

0 commit comments

Comments
 (0)