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 f6e14c8 commit 919276dCopy full SHA for 919276d
firebase-storage/build.gradle.kts
@@ -128,5 +128,5 @@ signing {
128
val signingKey: String? by project
129
val signingPassword: String? by project
130
useInMemoryPgpKeys(signingKey, signingPassword)
131
-// sign(publishing.publications)
+ sign(publishing.publications)
132
}
0 commit comments