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 99 workflow_dispatch : # Manual trigger
1010
1111env :
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 }}
1513
1614permissions :
1715 contents : read
Original file line number Diff line number Diff line change @@ -3,9 +3,7 @@ name: PR Build
33on : pull_request
44
55env :
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 }}
97
108permissions :
119 contents : read
Original file line number Diff line number Diff line change @@ -97,10 +97,10 @@ allprojects {
9797 }
9898}
9999
100- if (hasProperty( ' buildScan ' )) {
100+ develocity {
101101 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'
104104 }
105105}
106106
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ pluginManagement {
55}
66
77plugins {
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 "
1010}
1111
1212dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments