Skip to content

Commit

Permalink
mvn -version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Nov 5, 2024
1 parent c9bf21e commit d2c7c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: sudo apt install graphviz

- name: build with maven
run: mvn -B formatter:validate impsort:check javadoc:javadoc install --file pom.xml
run: mvn -version; mvn -B formatter:validate impsort:check javadoc:javadoc install --file pom.xml

wildfly-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d2c7c55

Please sign in to comment.