This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_4_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 9e7772b769c168f5b2189043063e18caf416c673 Author: Paul King <[email protected]> AuthorDate: Fri Apr 19 14:12:32 2024 +1000 swap to develocity plugin cont'd --- .github/workflows/grails-joint-validation.yml | 2 +- .github/workflows/groovy-build-test-19.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/grails-joint-validation.yml b/.github/workflows/grails-joint-validation.yml index d16a4a0bf3..0027009d5a 100644 --- a/.github/workflows/grails-joint-validation.yml +++ b/.github/workflows/grails-joint-validation.yml @@ -37,7 +37,7 @@ jobs: java: [11.0.9] runs-on: ${{ matrix.os }} env: - GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} + DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} steps: - uses: actions/checkout@v3 - name: Set up JDK diff --git a/.github/workflows/groovy-build-test-19.yml b/.github/workflows/groovy-build-test-19.yml index 97491a9a76..63cf4a60fd 100644 --- a/.github/workflows/groovy-build-test-19.yml +++ b/.github/workflows/groovy-build-test-19.yml @@ -28,7 +28,7 @@ jobs: os: [ubuntu-20.04] runs-on: ${{ matrix.os }} env: - GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} + DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} steps: - uses: actions/checkout@v3 - name: Set up JDKs
