Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Add back Maven signing extension config (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatel-figure authored Nov 16, 2022
1 parent a096e3d commit a2ed893
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildSrc/src/main/kotlin/publish-kotlin-library.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,10 @@ subprojects {
}
}
}
if (!System.getenv("DISABLE_SIGNING").toBoolean()) {
configure<SigningExtension> {
sign(publications["maven"])
}
}
}
}

0 comments on commit a2ed893

Please sign in to comment.