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 1818 */
1919
2020plugins {
21- id ' com.gradle.develocity' version ' 4.0 '
22- id ' com.gradle.common-custom-user-data-gradle-plugin' version ' 2.2.1 '
21+ id ' com.gradle.develocity' version ' 4.1 '
22+ id ' com.gradle.common-custom-user-data-gradle-plugin' version ' 2.3 '
2323}
2424
2525def isCI = System . getenv(). containsKey(' CI' )
2626def isLocal = ! isCI
27- def isReproducibleBuild = System . getenv(" SOURCE_DATE_EPOCH" ) != null
28- if (isReproducibleBuild) {
27+ def isReproducibleBuild = System . getenv(' SOURCE_DATE_EPOCH' ) != null
28+ if (isReproducibleBuild) {
2929 gradle. settingsEvaluated {
30- logger. warn(" *************** Remote Build Cache Disabled due to Reproducible Build ********************" )
31- logger. warn(" Build date will be set to (SOURCE_DATE_EPOCH=${ System.getenv(" SOURCE_DATE_EPOCH") } ) " )
30+ logger. warn(' *************** Remote Build Cache Disabled due to Reproducible Build ********************' )
31+ logger. warn(' Build date will be set to (SOURCE_DATE_EPOCH={}) ' , System . getenv(' SOURCE_DATE_EPOCH' ) )
3232 }
3333}
3434
You can’t perform that action at this time.
0 commit comments