Skip to content

Commit ebead54

Browse files
committed
correct signing
1 parent ad3cce4 commit ebead54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

java-client/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ tasks.withType<Javadoc> {
117117
}
118118
}
119119

120-
signing {
121-
sign(publishing.publications)
122-
}
123-
124120
publishing {
125121
repositories {
126122
maven {
@@ -194,6 +190,10 @@ publishing {
194190
}
195191
}
196192

193+
signing {
194+
sign(publishing.publications["maven"])
195+
}
196+
197197
dependencies {
198198
// Compile and test with the last 7.x version to make sure transition scenarios where
199199
// the Java API client coexists with a 7.x HLRC work fine

0 commit comments

Comments
 (0)