build -> assemble

This commit is contained in:
Trask Stalnaker 2022-03-02 20:13:40 -08:00
parent 83dd5279cd
commit c00f6d1d35
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
GE_CACHE_PASSWORD: ${{ secrets.GE_CACHE_PASSWORD }}
with:
# javadoc task fails sporadically fetching https://docs.oracle.com/javase/8/docs/api/
arguments: build -x javadoc ${{ inputs.no-build-cache && '--no-build-cache' || '' }}
arguments: assemble -x javadoc ${{ inputs.no-build-cache && '--no-build-cache' || '' }}
cache-read-only: ${{ inputs.cache-read-only }}
- name: Upload deadlock detector artifacts if any