File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 31
31
env :
32
32
GRADLE_ENTERPRISE_URL : ' https://ge.spring.io'
33
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 }}
36
34
run : ./gradlew -PdeploymentRepository=$(pwd)/distribution-repository build publishAllPublicationsToDeploymentRepository
37
35
- name : Deploy
38
36
uses : spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
Original file line number Diff line number Diff line change 46
46
env :
47
47
GRADLE_ENTERPRISE_URL : ' https://ge.spring.io'
48
48
GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
49
- GRADLE_ENTERPRISE_CACHE_USERNAME : ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
50
- GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
51
49
run : ./gradlew build
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ pluginManagement {
2
2
repositories {
3
3
mavenCentral()
4
4
gradlePluginPortal()
5
+ maven { url ' https://repo.spring.io/snapshot' }
5
6
}
6
7
resolutionStrategy {
7
8
eachPlugin {
@@ -13,14 +14,14 @@ pluginManagement {
13
14
}
14
15
15
16
plugins {
16
- id " com.gradle.enterprise " version " 3.15.1 "
17
- id " io.spring.ge.conventions" version " 0.0.16 "
17
+ id " com.gradle.develocity " version " 3.17.2 "
18
+ id " io.spring.ge.conventions" version " 0.0.17-SNAPSHOT "
18
19
}
19
20
20
21
rootProject. name = " spring-restdocs"
21
22
22
23
settings. gradle. projectsLoaded {
23
- gradleEnterprise {
24
+ develocity {
24
25
buildScan {
25
26
settings. gradle. rootProject. getBuildDir(). mkdirs()
26
27
new File (settings. gradle. rootProject. getBuildDir(), " build-scan-uri.txt" ). text = " build scan not generated"
You can’t perform that action at this time.
0 commit comments