File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Expand file tree Collapse file tree 4 files changed +6
-10
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 @@ -86,10 +86,10 @@ allprojects {
86
86
}
87
87
}
88
88
89
- if (hasProperty( ' buildScan ' )) {
89
+ develocity {
90
90
buildScan {
91
- termsOfServiceUrl = ' https://gradle.com/terms-of-service '
92
- termsOfServiceAgree = ' yes'
91
+ termsOfUseUrl = ' https://gradle.com/help/legal- terms-of-use '
92
+ termsOfUseAgree = ' yes'
93
93
}
94
94
}
95
95
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginManagement {
5
5
}
6
6
7
7
plugins {
8
- id " com.gradle.enterprise " version " 3.17.2"
8
+ id " com.gradle.develocity " version " 3.17.2"
9
9
id " io.spring.ge.conventions" version " 0.0.16"
10
10
}
11
11
You can’t perform that action at this time.
0 commit comments