File tree Expand file tree Collapse file tree 4 files changed +7
-11
lines changed Expand file tree Collapse file tree 4 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 9
9
workflow_dispatch : # Manual trigger
10
10
11
11
env :
12
- GRADLE_ENTERPRISE_CACHE_USERNAME : ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
13
- GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
14
- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
12
+ DEVELOCITY_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
15
13
16
14
permissions :
17
15
contents : read
Original file line number Diff line number Diff line change @@ -3,9 +3,7 @@ name: PR Build
3
3
on : pull_request
4
4
5
5
env :
6
- GRADLE_ENTERPRISE_CACHE_USERNAME : ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
7
- GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
8
- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
6
+ DEVELOCITY_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
9
7
10
8
permissions :
11
9
contents : read
Original file line number Diff line number Diff line change @@ -97,10 +97,10 @@ allprojects {
97
97
}
98
98
}
99
99
100
- if (hasProperty( ' buildScan ' )) {
100
+ develocity {
101
101
buildScan {
102
- termsOfServiceUrl = ' https://gradle.com/terms-of-service '
103
- termsOfServiceAgree = ' yes'
102
+ termsOfUseUrl = ' https://gradle.com/help/legal- terms-of-use '
103
+ termsOfUseAgree = ' yes'
104
104
}
105
105
}
106
106
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ pluginManagement {
5
5
}
6
6
7
7
plugins {
8
- id " com.gradle.enterprise " version " 3.16 .2"
9
- id " io.spring.ge.conventions" version " 0.0.16 "
8
+ id " com.gradle.develocity " version " 3.17 .2"
9
+ id " io.spring.ge.conventions" version " 0.0.17 "
10
10
}
11
11
12
12
dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments