File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,6 @@ jobs:
150150 ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.OSSRH_PASSWORD }}
151151 ORG_GRADLE_PROJECT_signingInMemoryKeyId : ${{ secrets.SIGNING_KEY_ID }}
152152 ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.SIGNING_PASSWORD }}
153- ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.SINGING_SECRET_KEY_RING_FILE_CONTENTS }}
153+ ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.SINGING_SECRET_KEY_RING_FILE_CONTENTS }}
154154
155155
Original file line number Diff line number Diff line change @@ -356,16 +356,6 @@ android {
356356
357357// region Maven publish
358358
359- ext[" signing.keyId" ] = System .getenv(" SIGNING_KEY_ID" )
360- ext[" signing.password" ] = System .getenv(" SIGNING_PASSWORD" )
361- ext[" signing.secretKeyRingFile" ] = " secring.pgp"
362- ext[" ossrhUsername" ] = System .getenv(" OSSRH_USERNAME" )
363- ext[" ossrhPassword" ] = System .getenv(" OSSRH_PASSWORD" )
364-
365- val javadocJar: TaskProvider <Jar > by tasks.registering(Jar ::class ) {
366- archiveClassifier.set(" javadoc" )
367- }
368-
369359val signingEnabled: Boolean = System .getenv(" SIGNING_ENABLED" )?.toBoolean() ? : false
370360
371361afterEvaluate {
You can’t perform that action at this time.
0 commit comments