Skip to content

Commit

Permalink
chore: remove "Signing publications" from the logging output
Browse files Browse the repository at this point in the history
The message was not adding much, and it was emitted during configuration phase,
so it was not even aligned with the actual signing work.
  • Loading branch information
vlsi committed Jan 9, 2024
1 parent 5f17fc9 commit faf0f87
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,13 @@
* limitations under the License.
*
*/
import dev.sigstore.sign.SigstoreSignExtension

plugins {
id("dev.sigstore.sign-base")
id("maven-publish")
}

plugins.withId("publishing") {
logger.lifecycle("Signing publications")
configure<SigstoreSignExtension> {
sign(publications = the<PublishingExtension>().publications)
sigstoreSign {
sign(publications = publishing.publications)
}
}

0 comments on commit faf0f87

Please sign in to comment.