square / gradle-dependencies-sorter

A CLI app and Gradle plugin to sort the dependencies in your Gradle build scripts
Apache License 2.0
252 stars 12 forks source link

Fix CI builds by restoring a signing configuration #102

Closed jamesonwilliams closed 1 month ago

jamesonwilliams commented 2 months ago

The build in https://github.com/square/gradle-dependencies-sorter/pull/101 failed, even though it worked locally. Upon inspection of the logs, it looks related to https://github.com/square/gradle-dependencies-sorter/pull/96 where we reworked the publishing/signing configuration.

This adds back some necessary code to sign artifacts so CI will pass.