Add missing Gradle version input to setup-gradle (#713)

This commit is contained in:
Jérôme Prinet 2025-08-21 09:22:00 +02:00 committed by GitHub
commit e15d514c9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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