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 c1c8b05 commit 5dd628aCopy full SHA for 5dd628a
build.gradle
@@ -49,7 +49,6 @@ artifacts {
49
if (project.hasProperty('ossrhUsername') && project.hasProperty('ossrhPassword')) {
50
apply plugin: 'signing'
51
signing {
52
- useGpgCmd()
53
required { !version.endsWith('-SNAPSHOT') && gradle.taskGraph.hasTask(tasks.uploadArchives) }
54
sign configurations.archives
55
}
0 commit comments