[CI] Disable cache on deploy job

This commit is contained in:
Chris Bono
2023-10-01 11:54:36 -05:00
parent 2c8b5586ce
commit da3a483a2a

View File

@@ -75,6 +75,7 @@ jobs:
with:
java-version: 17
distribution: temurin
cache-disabled: true
- name: Deploy artifacts
run: |
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"