From 0d7ef345d640c7a1420a31e7b38198d49767b7a7 Mon Sep 17 00:00:00 2001 From: Jerome Prinet Date: Thu, 21 Aug 2025 09:17:01 +0200 Subject: [PATCH] Add missing gradle-version input to setup-gradle --- .github/workflows/integ-test-inject-develocity.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integ-test-inject-develocity.yml b/.github/workflows/integ-test-inject-develocity.yml index 37a780aa..c8346fe7 100644 --- a/.github/workflows/integ-test-inject-develocity.yml +++ b/.github/workflows/integ-test-inject-develocity.yml @@ -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