File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 6464 buildDate = (buildInstant as Instant ). atZone(ZoneOffset . UTC ) // for reproducible builds
6565
6666 isReleaseVersion = Boolean . parseBoolean(System . getenv(' GRAILS_PUBLISH_RELEASE' ))
67- ext. ' signing.keyId' = project. findProperty(' signing.keyId' ) ?: System . getenv(' SIGNING_KEY' )
68- ext. ' signing.password' = project. findProperty(' signing.password' ) ?: System . getenv(' SIGNING_PASSPHRASE' )
69- ext. ' signing.secretKeyRingFile' = project. findProperty(' signing.secretKeyRingFile' ) ?: " ${ System.properties['user.home']}${ File.separator} .gnupg${ File.separator} secring.gpg"
7067 isCiBuild = System . getenv(). containsKey(' CI' )
7168 configuredTestParallel = findProperty(' maxTestParallel' ) as Integer ?: (isCiBuild ? 3 : Runtime . runtime. availableProcessors() * 3 / 4 as int ?: 1 )
7269}
You can’t perform that action at this time.
0 commit comments