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
No known key found for this signature in database
GPG Key ID: 101BA71B2F530F0A

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