Skip to content

Commit d4bb3b3

Browse files
committed
Upgrade to Gradle Enterprise Conventions 0.0.17
Closes gh-928
1 parent 02d16c6 commit d4bb3b3

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build and Publish
3131
env:
3232
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
33-
run: ./gradlew --refresh-dependencies -PdeploymentRepository=$(pwd)/distribution-repository build publishAllPublicationsToDeploymentRepository
33+
run: ./gradlew -PdeploymentRepository=$(pwd)/distribution-repository build publishAllPublicationsToDeploymentRepository
3434
- name: Deploy
3535
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
3636
with:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
- name: Build
4646
env:
4747
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
48-
run: ./gradlew --refresh-dependencies build
48+
run: ./gradlew build

settings.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ pluginManagement {
22
repositories {
33
mavenCentral()
44
gradlePluginPortal()
5-
maven { url 'https://repo.spring.io/snapshot' }
65
}
76
resolutionStrategy {
87
eachPlugin {
@@ -15,7 +14,7 @@ pluginManagement {
1514

1615
plugins {
1716
id "com.gradle.develocity" version "3.17.2"
18-
id "io.spring.ge.conventions" version "0.0.17-SNAPSHOT"
17+
id "io.spring.ge.conventions" version "0.0.17"
1918
}
2019

2120
rootProject.name = "spring-restdocs"

0 commit comments

Comments
 (0)