File tree 3 files changed +3
-4
lines changed 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 30
30
- name : Build and Publish
31
31
env :
32
32
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
34
34
- name : Deploy
35
35
uses : spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
36
36
with :
Original file line number Diff line number Diff line change 45
45
- name : Build
46
46
env :
47
47
DEVELOCITY_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
48
- run : ./gradlew --refresh-dependencies build
48
+ run : ./gradlew build
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ pluginManagement {
2
2
repositories {
3
3
mavenCentral()
4
4
gradlePluginPortal()
5
- maven { url ' https://repo.spring.io/snapshot' }
6
5
}
7
6
resolutionStrategy {
8
7
eachPlugin {
@@ -15,7 +14,7 @@ pluginManagement {
15
14
16
15
plugins {
17
16
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"
19
18
}
20
19
21
20
rootProject. name = " spring-restdocs"
You can’t perform that action at this time.
0 commit comments