1
0

Fix build for GitHub

- Bump actions/checkout from v2.3.1 to v2.3.4 (#24)
- Bump actions/setup-java from v1.4.0 to v1.4.3 (#21)
- Add default goal with some TODOs.
This commit is contained in:
Gary Gregory
2020-12-14 14:20:52 -05:00
parent 5d9cbdd720
commit 33c33e6b80
3 changed files with 25 additions and 1 deletions

View File

@@ -43,4 +43,4 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -V --no-transfer-progress apache-rat:check spotbugs:check javadoc:javadoc -Ddoclint=all package --file pom.xml
run: mvn -V --no-transfer-progress -Ddoclint=all --file pom.xml