Skip to content

Commit fa2f1bb

Browse files
committed
cleanup
1 parent 7314f8b commit fa2f1bb

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,4 @@ mavenPublishing {
190190
}
191191
}
192192
}
193-
}
194-
195-
signing {
196-
def signingKey = System.getenv('ORG_GRADLE_PROJECT_signingInMemoryKey')
197-
def signingPassword = System.getenv('ORG_GRADLE_PROJECT_signingInMemoryPassword')
198-
useInMemoryPgpKeys(signingKey, signingPassword)
199-
required true
200193
}

0 commit comments

Comments
 (0)