We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce2639 commit 66759c6Copy full SHA for 66759c6
.github/workflows/build.yml
@@ -60,5 +60,5 @@ jobs:
60
key: maven-repo-pr-${{ runner.os }}-${{ steps.get-date.outputs.date }}
61
62
- name: Build with Maven
63
- run: mvn -B formatter:validate verify --file pom.xml
+ run: mvn -B formatter:validate install
64
0 commit comments