Change task order

This commit is contained in:
Shane Freeder 2021-05-30 04:34:27 +01:00
parent 2469e1ff04
commit 6a49f2d250
No known key found for this signature in database
GPG Key ID: A3F61EA5A085289C
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ jobs:
git config --global user.name "Github Actions"
./waterfall p
- name: build
run: mvn clean package javadoc:javadoc
run: mvn clean javadoc:javadoc package