Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 4dd2c60

Browse files
committed
ci: configure release build
1 parent 512ebcd commit 4dd2c60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ subprojects {
134134
}
135135

136136
if (!version.toString().endsWith('-SNAPSHOT')) {
137-
ext["signing.keyId"] = rootProject.ext["signing.keyId"]
138-
ext["signing.password"] = rootProject.ext["signing.password"]
139-
ext["signing.secretKeyRingFile"] = rootProject.ext["signing.secretKeyRingFile"]
137+
ext["signing.keyId"] = System.env.SIGNING_KEY_ID
138+
ext["signing.password"] = System.env.SIGNING_PASSWORD
139+
ext["signing.secretKeyRingFile"] = System.env.SIGNING_SECRET_KEY_RING_FILE
140140

141141
signing {
142142
sign publishing.publications

0 commit comments

Comments
 (0)