Skip to content

Commit

Permalink
DROP THIS COMMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed Mar 21, 2022
1 parent 142c264 commit a3bf366
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 @@ -106,7 +106,7 @@ jobs:
- name: build with maven
shell: bash
run: mvn -B formatter:validate verify --file pom.xml -Djava8.home=$JAVA_HOME_8 -Djava9.home=$JAVA_HOME_9 -Djava10.home=$JAVA_HOME_10
run: mvn -X -e -B formatter:validate verify --file pom.xml -Djava8.home=$JAVA_HOME_8 -Djava9.home=$JAVA_HOME_9 -Djava10.home=$JAVA_HOME_10

build-macos:
runs-on: macos-latest
Expand Down

0 comments on commit a3bf366

Please sign in to comment.