Skip to content

Commit 0f9ab76

Browse files
committed
[skip ci] ci: remove signing key configuration that's causing release failures
1 parent e9bb05b commit 0f9ab76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

grails-gradle/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ ext {
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
}

0 commit comments

Comments
 (0)