build -> assemble
This commit is contained in:
parent
83dd5279cd
commit
c00f6d1d35
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue