File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 5
5
# sigstore-java
6
6
A sigstore java client for interacting with sigstore infrastructure
7
7
8
- ## Requirements
9
- * Java 11 (https://github.com/sigstore/sigstore-java requires Java 11)
10
- This project requires a minimum of Java 11
11
-
12
8
You can file [ issues directly] ( https://github.com/sigstore/sigstore-java/issues ) on this project or
13
9
if you have any questions message us on the [ sigstore#java] ( https://sigstore.slack.com/archives/C03239XUL92 )
14
10
slack channel
15
11
12
+ ## Minimum Requirements
13
+ * Java 11
14
+
16
15
## Usage
17
16
18
17
### Build plugins
Original file line number Diff line number Diff line change @@ -6,11 +6,10 @@ A Gradle plugin for signing artifacts with Sigstore.
6
6
7
7
Signature format uses [ Sigstore bundle] ( https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_bundle.proto ) JSON as the output format.
8
8
9
- ## Requirements
9
+ ## Minimum Requirements
10
10
11
- * Java 11 (https://github.com/sigstore/sigstore-java requires Java 11)
12
- * Gradle 7.5 (Gradle 6 could be supported once https://github.com/jsonschema2dataclass/js2d-gradle/issues/401 is released)
13
- * Gradle configuration cache is supported.
11
+ * Java 11
12
+ * Gradle 7.5
14
13
15
14
## Minimal usage
16
15
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ A Maven plugin for signing artifacts with Sigstore
6
6
7
7
Signature format uses [ Sigstore bundle] ( https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_bundle.proto ) JSON as the output format.
8
8
9
- ## Requirements
9
+ ## Minimum Requirements
10
10
11
- * Java 11 (https://github.com/sigstore/sigstore-java requires Java 11)
11
+ * Java 11
12
+ * (optional) maven-gpg-plugin 3.2.5
12
13
13
14
## Minimal usage
14
15
You can’t perform that action at this time.
0 commit comments