From f5d7965cb8d3e9da00ff1261bc00e848bf792223 Mon Sep 17 00:00:00 2001 From: Eric Haag Date: Wed, 22 May 2024 22:33:59 -0500 Subject: [PATCH] Bump references to Develocity Gradle plugin from 3.17.3 to 3.17.4 in workflow --- .github/workflows/integ-test-inject-develocity.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integ-test-inject-develocity.yml b/.github/workflows/integ-test-inject-develocity.yml index 8437fce..cc58bd1 100644 --- a/.github/workflows/integ-test-inject-develocity.yml +++ b/.github/workflows/integ-test-inject-develocity.yml @@ -32,11 +32,11 @@ jobs: matrix: gradle: [current, 7.6.2, 6.9.4, 5.6.4] os: ${{fromJSON(inputs.runner-os)}} - plugin-version: [3.16.2, 3.17.3] + plugin-version: [3.16.2, 3.17.4] include: - plugin-version: 3.16.2 accessKeyEnv: GRADLE_ENTERPRISE_ACCESS_KEY - - plugin-version: 3.17.3 + - plugin-version: 3.17.4 accessKeyEnv: DEVELOCITY_ACCESS_KEY runs-on: ${{ matrix.os }} @@ -83,7 +83,7 @@ jobs: matrix: gradle: [current, 7.6.2, 6.9.4, 5.6.4] os: ${{fromJSON(inputs.runner-os)}} - plugin-version: [3.16.2, 3.17.3] + plugin-version: [3.16.2, 3.17.4] runs-on: ${{ matrix.os }} steps: - name: Checkout sources @@ -132,7 +132,7 @@ jobs: matrix: gradle: [ current, 7.6.2, 6.9.4, 5.6.4 ] os: ${{fromJSON(inputs.runner-os)}} - plugin-version: [ 3.16.2, 3.17.3 ] + plugin-version: [ 3.16.2, 3.17.4 ] runs-on: ubuntu-latest steps: - name: Checkout sources