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

Commit 512ebcd

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ 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"]
140+
137141
signing {
138142
sign publishing.publications
139143
}

0 commit comments

Comments
 (0)