File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' com.gradle.develocity' version ' 3.19 '
3- id ' com.gradle.common-custom-user-data-gradle-plugin' version ' 2.0.2 '
2+ id ' com.gradle.develocity' version ' 4.0 '
3+ id ' com.gradle.common-custom-user-data-gradle-plugin' version ' 2.2.1 '
44}
55
6- def isCI = System . getenv(' CI' ) != null
6+ def isCI = System . getenv() . containsKey( ' CI' )
77def isLocal = ! isCI
8- def isAuthenticated = System . getenv(' GRAILS_DEVELOCITY_ACCESS_KEY' ) != null
8+ def isAuthenticated = System . getenv() . containsKey( ' GRAILS_DEVELOCITY_ACCESS_KEY' )
99
1010develocity {
11- server = ' https://ge.apache .org'
11+ server = ' https://ge.grails .org'
1212 buildScan {
1313 tag(' grails' )
14- tag(' grails-gsp ' )
14+ tag(' grails-cache ' )
1515 publishing. onlyIf { isAuthenticated }
1616 uploadInBackground = isLocal
1717 }
You can’t perform that action at this time.
0 commit comments