dev.sigstore.sign-base
Owner: Sigstore Java Releasers
The plugin provides tasks and configurations so you can wire your own Sigstore signing. If you want sign everything with standard configuration, then consider dev.sigstore.sign plugin instead
https://github.com/sigstore/sigstore-java
Sources: https://github.com/sigstore/sigstore-java.git
Version 0.9.0
0.9.0
Created 22 May 2024.
The plugin provides tasks and configurations so you can wire your own Sigstore signing. If you want sign everything with standard configuration, then consider dev.sigstore.sign plugin instead
Add this plugin to your build using the plugins DSL:
plugins {
id("dev.sigstore.sign-base") version "0.9.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("dev.sigstore:sigstore-gradle-sign-base-plugin:0.9.0") } } apply(plugin = "dev.sigstore.sign-base")
- Applying plugins to all subprojects .