Skip to content

Commit fb67f97

Browse files
committed
Upgrade to gradle-enterprise-conventions 0.0.17
Closes gh-32726
1 parent cafb5cf commit fb67f97

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

Diff for: .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]

Diff for: .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

Diff for: 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))

Diff for: settings.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ pluginManagement {
77
}
88

99
plugins {
10-
id "com.gradle.enterprise" version "3.12.6"
11-
id "io.spring.ge.conventions" version "0.0.13"
10+
id "com.gradle.develocity" version "3.17.2"
11+
id "io.spring.ge.conventions" version "0.0.17"
1212
}
1313

1414
include "spring-aop"

0 commit comments

Comments
 (0)