fix(ci): make shadow jobs actually use provided Gradle version
This commit is contained in:
parent
dbdde9688f
commit
9351e79511
1 changed files with 1 additions and 0 deletions
1
.github/workflows/shadow_job.yml
vendored
1
.github/workflows/shadow_job.yml
vendored
|
@ -58,6 +58,7 @@ jobs:
|
||||||
DEP_OVERRIDE_agp: ${{ matrix.agp-version }}
|
DEP_OVERRIDE_agp: ${{ matrix.agp-version }}
|
||||||
with:
|
with:
|
||||||
arguments: check
|
arguments: check
|
||||||
|
gradle-version: ${{ matrix.gradle-version }}
|
||||||
gradle-home-cache-cleanup: true
|
gradle-home-cache-cleanup: true
|
||||||
cache-read-only: true
|
cache-read-only: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue