Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
chore: Remove sign disable task
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Nov 11, 2023
1 parent 99743ea commit cf07501
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,6 @@ val javadocJar by tasks.registering(Jar::class) {
archiveClassifier.set("javadoc")
}

// https://github.com/cashapp/zipline/blob/trunk/build.gradle.kts
// Don't attempt to sign anything if we don't have an in-memory key. Otherwise, the 'build' task
// triggers 'signJsPublication' even when we aren't publishing (and so don't have signing keys).
tasks.withType<Sign>().configureEach {
enabled = project.findProperty("signingInMemoryKey") != null
}

publishing {
repositories {
maven {
Expand Down

0 comments on commit cf07501

Please sign in to comment.