File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ task javadocsJar(type: Jar, dependsOn: dokka) {
7676
7777signing {
7878 required { isReleaseBuild() /* && gradle.taskGraph.hasTask("uploadArchives") */ }
79- // def signingKey = findProperty("GPG_SECRET") ?: System.getenv('GPG_SECRET') ?: ""
80- // def signingPassword = findProperty("GPG_SIGNING_PASSWORD") ?: System.getenv('GPG_SIGNING_PASSWORD') ?: ""
81- // useInMemoryPgpKeys(signingKey, signingPassword)
82- // sign(publishing.publications)
79+ def signingKey = findProperty(" GPG_SECRET" ) ?: System . getenv(' GPG_SECRET' ) ?: " "
80+ def signingPassword = findProperty(" GPG_SIGNING_PASSWORD" ) ?: System . getenv(' GPG_SIGNING_PASSWORD' ) ?: " "
81+ useInMemoryPgpKeys(signingKey, signingPassword)
82+ sign(publishing. publications)
8383}
8484
8585publishing {
You can’t perform that action at this time.
0 commit comments