Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update minimum requirements #779

Merged
merged 1 commit into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
# sigstore-java
A sigstore java client for interacting with sigstore infrastructure

## Requirements
* Java 11 (https://github.com/sigstore/sigstore-java requires Java 11)
This project requires a minimum of Java 11

You can file [issues directly](https://github.com/sigstore/sigstore-java/issues) on this project or
if you have any questions message us on the [sigstore#java](https://sigstore.slack.com/archives/C03239XUL92)
slack channel

## Minimum Requirements
* Java 11

## Usage

### Build plugins
Expand Down
7 changes: 3 additions & 4 deletions sigstore-gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ A Gradle plugin for signing artifacts with Sigstore.

Signature format uses [Sigstore bundle](https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_bundle.proto) JSON as the output format.

## Requirements
## Minimum Requirements

* Java 11 (https://github.com/sigstore/sigstore-java requires Java 11)
* Gradle 7.5 (Gradle 6 could be supported once https://github.com/jsonschema2dataclass/js2d-gradle/issues/401 is released)
* Gradle configuration cache is supported.
* Java 11
* Gradle 7.5

## Minimal usage

Expand Down
5 changes: 3 additions & 2 deletions sigstore-maven-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ A Maven plugin for signing artifacts with Sigstore

Signature format uses [Sigstore bundle](https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_bundle.proto) JSON as the output format.

## Requirements
## Minimum Requirements

* Java 11 (https://github.com/sigstore/sigstore-java requires Java 11)
* Java 11
* (optional) maven-gpg-plugin 3.2.5

## Minimal usage

Expand Down
Loading