mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Add missing Gradle version input to setup-gradle (#713)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user