Add missing gradle-version input to setup-gradle

This commit is contained in:
Jerome Prinet
2025-08-21 09:17:01 +02:00
parent 70964b4c8c
commit 0d7ef345d6

View File

@@ -171,6 +171,7 @@ jobs:
id: setup-gradle
uses: ./setup-gradle
with:
gradle-version: ${{ matrix.gradle }}
cache-read-only: false # For testing, allow writing cache entries on non-default branches
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
- name: Run Gradle build