Skip to content

Commit e1d456b

Browse files
committed
Remove signing
1 parent 37eb1a7 commit e1d456b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,6 @@ publishing {
140140
}
141141
}
142142

143-
signing {
144-
if (project.hasProperty("signing.keyId") && project.hasProperty("signing.password")) {
145-
useGpgCmd()
146-
}
147-
sign publishing.publications.mavenJava
148-
}
149-
150143
javadoc {
151144
if(JavaVersion.current().isJava9Compatible()) {
152145
options.addBooleanOption('html5', true)

0 commit comments

Comments
 (0)