We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c31ab3 commit b2668d7Copy full SHA for b2668d7
java-client/build.gradle.kts
@@ -190,6 +190,13 @@ publishing {
190
}
191
192
193
+
194
+signing {
195
+ // Only sign if a key has been configured in gradle.properties
196
+ isRequired = providers.gradleProperty("signing.keyId").isPresent
197
+ sign(publishing.publications["maven"])
198
+}
199
200
dependencies {
201
// Compile and test with the last 7.x version to make sure transition scenarios where
202
// the Java API client coexists with a 7.x HLRC work fine
0 commit comments