Skip to content

Commit 370a4ee

Browse files
committed
Upgrade to gradle-enterprise-conventions 0.0.17
Closes gh-32724
1 parent 55361fa commit 370a4ee

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

.github/workflows/build-and-deploy-snapshot.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
env:
3636
CI: 'true'
3737
GRADLE_ENTERPRISE_URL: 'https://ge.spring.io'
38-
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
39-
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
40-
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
38+
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
4139
run: ./gradlew -PdeploymentRepository=$(pwd)/deployment-repository build publishAllPublicationsToDeploymentRepository
4240
- name: Deploy
4341
uses: spring-io/[email protected]

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ jobs:
6666
env:
6767
CI: 'true'
6868
GRADLE_ENTERPRISE_URL: 'https://ge.spring.io'
69-
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
70-
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
71-
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
69+
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
7270
run: ./gradlew check antora
7371
- name: Send notification
7472
uses: ./.github/actions/send-notification

ci/pipeline.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ anchors:
55
password: ((github-ci-release-token))
66
branch: ((branch))
77
gradle-enterprise-task-params: &gradle-enterprise-task-params
8-
GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key))
9-
GRADLE_ENTERPRISE_CACHE_USERNAME: ((gradle_enterprise_cache_user.username))
10-
GRADLE_ENTERPRISE_CACHE_PASSWORD: ((gradle_enterprise_cache_user.password))
8+
DEVELOCITY_ACCESS_KEY: ((gradle_enterprise_secret_access_key))
119
sonatype-task-params: &sonatype-task-params
1210
SONATYPE_USERNAME: ((sonatype-username))
1311
SONATYPE_PASSWORD: ((sonatype-password))

settings.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id "com.gradle.enterprise" version "3.16.2"
3-
id "io.spring.ge.conventions" version "0.0.15"
2+
id "com.gradle.develocity" version "3.17.2"
3+
id "io.spring.ge.conventions" version "0.0.17"
44
id "org.gradle.toolchains.foojay-resolver-convention" version "0.7.0"
55
}
66

0 commit comments

Comments
 (0)