Migrate to com.gradle.develocity plugin

Closes gh-40153
This commit is contained in:
Andy Wilkinson
2024-04-26 09:04:20 +01:00
parent 27418edeb0
commit 83f692237d
10 changed files with 30 additions and 40 deletions

View File

@@ -42,9 +42,7 @@ jobs:
with:
java-version: ${{ matrix.java.version }}
java-toolchain: ${{ matrix.java.toolchain }}
gradle-enterprise-secret-access-key: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
gradle-enterprise-cache-user: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
gradle-enterprise-cache-password: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
- name: Send Notification
uses: ./.github/actions/send-notification
if: always()