Skip to content

Commit 50e081b

Browse files
committed
fix(build): fix artifact signing
1 parent 0c8dccc commit 50e081b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ ktfmt {
4242
googleStyle()
4343
maxWidth.set(100)
4444
}
45+
46+
signing {
47+
val signingKey: String? by project
48+
val signingPassword: String? by project
49+
useInMemoryPgpKeys(signingKey, signingPassword)
50+
}

0 commit comments

Comments
 (0)