File tree 4 files changed +5
-11
lines changed
4 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 35
35
env :
36
36
CI : ' true'
37
37
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 }}
41
39
run : ./gradlew -PdeploymentRepository=$(pwd)/deployment-repository build publishAllPublicationsToDeploymentRepository
42
40
- name : Deploy
43
41
Original file line number Diff line number Diff line change 66
66
env :
67
67
CI : ' true'
68
68
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 }}
72
70
run : ./gradlew check antora
73
71
- name : Send notification
74
72
uses : ./.github/actions/send-notification
Original file line number Diff line number Diff line change 5
5
password : ((github-ci-release-token))
6
6
branch : ((branch))
7
7
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))
11
9
sonatype-task-params : &sonatype-task-params
12
10
SONATYPE_USERNAME : ((sonatype-username))
13
11
SONATYPE_PASSWORD : ((sonatype-password))
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ pluginManagement {
7
7
}
8
8
9
9
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 "
12
12
}
13
13
14
14
include " spring-aop"
You can’t perform that action at this time.
0 commit comments