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 1
1
plugins {
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 '
4
4
}
5
5
6
- def isCI = System . getenv(' CI' ) != null
6
+ def isCI = System . getenv() . containsKey( ' CI' )
7
7
def isLocal = ! isCI
8
- def isAuthenticated = System . getenv(' GRAILS_DEVELOCITY_ACCESS_KEY' ) != null
8
+ def isAuthenticated = System . getenv() . containsKey( ' GRAILS_DEVELOCITY_ACCESS_KEY' )
9
9
10
10
develocity {
11
- server = ' https://ge.apache .org'
11
+ server = ' https://ge.grails .org'
12
12
buildScan {
13
13
tag(' grails' )
14
- tag(' grails-gsp ' )
14
+ tag(' grails-cache ' )
15
15
publishing. onlyIf { isAuthenticated }
16
16
uploadInBackground = isLocal
17
17
}
You can’t perform that action at this time.
0 commit comments