Skip to content

Commit 2ed89ef

Browse files
committed
Upgrade to Gradle Enterprise Conventions 0.0.17
1 parent 0676dc0 commit 2ed89ef

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Check Out Code
2020
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2121
- name: Set Up Gradle
22-
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
22+
uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 # v3.3.2
2323
- name: Configure Gradle Properties
2424
shell: bash
2525
run: |
@@ -30,9 +30,7 @@ jobs:
3030
- name: Build and Publish
3131
env:
3232
GRADLE_ENTERPRISE_URL: 'https://ge.spring.io'
33-
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
34-
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
35-
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
33+
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
3634
run: ./gradlew -PdeploymentRepository=$(pwd)/deployment-repository build publishAllPublicationsToDeploymentRepository
3735
- name: Deploy
3836
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ pluginManagement {
66
}
77

88
plugins {
9-
id "com.gradle.enterprise" version "3.15.1"
10-
id "io.spring.ge.conventions" version "0.0.16"
9+
id "com.gradle.develocity" version "3.17.2"
10+
id "io.spring.ge.conventions" version "0.0.17"
1111
}
1212

1313
rootProject.name = 'dependency-management-plugin'

0 commit comments

Comments
 (0)