We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71955c commit 64f09edCopy full SHA for 64f09ed
scripts/publish-module.gradle
@@ -63,13 +63,13 @@ afterEvaluate {
63
tasks.named("generateMetadataFileForReleasePublication") {
64
dependsOn androidSourcesJar
65
}
66
-}
67
68
-signing {
69
- useInMemoryPgpKeys(
70
- rootProject.ext["signing.keyId"],
71
- rootProject.ext["signing.key"],
72
- rootProject.ext["signing.password"],
73
- )
74
- sign publishing.publications
+ signing {
+ useInMemoryPgpKeys(
+ rootProject.ext["signing.keyId"],
+ rootProject.ext["signing.key"],
+ rootProject.ext["signing.password"],
+ )
+ sign publishing.publications
+ }
75
0 commit comments