Skip to content

Commit 5562b3a

Browse files
committed
fix signing task
1 parent cb01ec2 commit 5562b3a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ if (hasProperty('signing.keyId')) {
3333
apply plugin: 'signing'
3434
signing {
3535
sign configurations.archives
36+
sign publishing.publications.mavenJava
3637
}
3738
}
3839

@@ -275,10 +276,6 @@ publishing {
275276
}
276277
}
277278

278-
signing {
279-
sign publishing.publications.mavenJava
280-
}
281-
282279
task registerDomain(type:JavaExec) {
283280
main = 'com.uber.cadence.RegisterTestDomain'
284281
classpath = sourceSets.test.runtimeClasspath

0 commit comments

Comments
 (0)