We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f17fc9 + 78b1b0b commit b1d5e99Copy full SHA for b1d5e99
sigstore-gradle/sigstore-gradle-sign-plugin/src/main/kotlin/dev.sigstore.sign.gradle.kts
@@ -14,16 +14,13 @@
14
* limitations under the License.
15
*
16
*/
17
-import dev.sigstore.sign.SigstoreSignExtension
18
-
19
plugins {
20
id("dev.sigstore.sign-base")
21
id("maven-publish")
22
}
23
24
plugins.withId("publishing") {
25
- logger.lifecycle("Signing publications")
26
- configure<SigstoreSignExtension> {
27
- sign(publications = the<PublishingExtension>().publications)
+ sigstoreSign {
+ sign(publications = publishing.publications)
28
29
0 commit comments