Disable signing

This commit is contained in:
2021-02-28 22:59:00 +06:00
committed by GitHub
parent 798db660c2
commit 7e1150cee6

View File

@@ -1,5 +1,4 @@
apply plugin: 'maven-publish'
apply plugin: 'signing'
task javadocsJar(type: Jar) {
classifier = 'javadoc'
@@ -50,8 +49,3 @@ publishing {
}
}
}
signing {
useGpgCmd()
sign publishing.publications
}