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 79409c1 commit fc4551bCopy full SHA for fc4551b
.github/workflows/copilot-setup-steps.yml
@@ -40,4 +40,4 @@ jobs:
40
cache: maven
41
42
- name: Build with Maven
43
- run: ./mvnw -B clean verify -DskipTests --file pom.xml
+ run: ./mvnw -B clean install -DskipTests -Dcheckstyle.skip=true --file pom.xml
0 commit comments