We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37eb1a7 commit e1d456bCopy full SHA for e1d456b
1 file changed
build.gradle
@@ -140,13 +140,6 @@ publishing {
140
}
141
142
143
-signing {
144
- if (project.hasProperty("signing.keyId") && project.hasProperty("signing.password")) {
145
- useGpgCmd()
146
- }
147
- sign publishing.publications.mavenJava
148
-}
149
-
150
javadoc {
151
if(JavaVersion.current().isJava9Compatible()) {
152
options.addBooleanOption('html5', true)
0 commit comments