File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ plugins {
22 alias(libs.plugins.android.library)
33 alias(libs.plugins.kotlin.android)
44 `maven- publish`
5+ signing
56}
67
78android {
@@ -101,11 +102,10 @@ publishing {
101102 }
102103}
103104
104- //
105- // signing {
106- // useInMemoryPgpKeys(
107- // System.getenv("SIGNING_KEY"), // base64(ASCII-armored private key)
108- // System.getenv("SIGNING_PASSWORD")
109- // )
110- // sign(publishing.publications)
111- // }
105+ signing {
106+ useInMemoryPgpKeys(
107+ System .getenv(" SIGNING_KEY" ), // base64(ASCII-armored private key)
108+ System .getenv(" SIGNING_PASSWORD" )
109+ )
110+ sign(publishing.publications)
111+ }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 alias(libs.plugins.android.library)
44 alias(libs.plugins.kotlin.android)
55 `maven- publish`
6- // signing
6+ signing
77}
88
99android {
@@ -84,10 +84,10 @@ afterEvaluate {
8484
8585}
8686
87- // signing {
88- // useInMemoryPgpKeys(
89- // System.getenv("SIGNING_KEY"),
90- // System.getenv("SIGNING_PASSWORD")
91- // )
92- // sign(publishing.publications)
93- // }
87+ signing {
88+ useInMemoryPgpKeys(
89+ System .getenv(" SIGNING_KEY" ),
90+ System .getenv(" SIGNING_PASSWORD" )
91+ )
92+ sign(publishing.publications)
93+ }
You can’t perform that action at this time.
0 commit comments