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 7615c8138fefa453c795fff489bf51f2155ba305 Author: Paul King <[email protected]> AuthorDate: Fri Apr 19 15:06:59 2024 +1000 swap to develocity plugin cont'd --- .github/workflows/groovy-build-test-19.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
