Skip to content

Commit b4bac73

Browse files
authored
typo
1 parent 1c43ede commit b4bac73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ fun setupPublishingForMavenCentral(
183183

184184
println("Publishing setup detected. Setting up publishing for\n$deployUrl")
185185

186-
extra["signing.keyId_"] = keyId_
186+
extra["signing.keyId"] = keyId_
187187
extra["signing.password"] = gpgPassword_
188188
extra["signing.secretKeyRingFile"] = gpgFile_
189189

@@ -350,4 +350,4 @@ infix fun Iterable<KotlinTarget>.onlyOn(os: OS) {
350350

351351
enum class OS {
352352
LINUX, MAC, WINDOWS
353-
}
353+
}

0 commit comments

Comments
 (0)