fix(ci): make shadow jobs actually use provided Gradle version

This commit is contained in:
Harsh Shandilya 2023-03-23 13:54:54 +05:30
parent dbdde9688f
commit 9351e79511
No known key found for this signature in database

View file

@ -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