mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-12-05 04:41:09 +01:00
SOP-Java 14.0.1
This commit is contained in:
parent
7ac2e7ba0e
commit
e103a60fec
2 changed files with 3 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
# SOP for Java
|
# SOP for Java
|
||||||
|
|
||||||
[](https://ci.codeberg.org/PGPainless/sop-java)
|
[](https://ci.codeberg.org/PGPainless/sop-java)
|
||||||
[](https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/14/)
|
[](https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/14/)
|
||||||
[](https://coveralls.io/github/pgpainless/sop-java?branch=main)
|
[](https://coveralls.io/github/pgpainless/sop-java?branch=main)
|
||||||
[](https://api.reuse.software/info/github.com/pgpainless/sop-java)
|
[](https://api.reuse.software/info/github.com/pgpainless/sop-java)
|
||||||
|
|
||||||
|
|
@ -29,6 +29,7 @@ compatible with the SOP-CLI specification.
|
||||||
allowing to delegate the implementation logic to an arbitrary SOP CLI implementation.
|
allowing to delegate the implementation logic to an arbitrary SOP CLI implementation.
|
||||||
* [sop-java-testfixtures](/sop-java-testfixtures) contains a test suite that can be shared by downstream implementations
|
* [sop-java-testfixtures](/sop-java-testfixtures) contains a test suite that can be shared by downstream implementations
|
||||||
of `sop-java`.
|
of `sop-java`.
|
||||||
|
* [sop-java-json-gson](/sop-java-json-gson) contains an optional module for parsing JSON objects from verification strings using GSON.
|
||||||
|
|
||||||
## Known Implementations
|
## Known Implementations
|
||||||
(Please expand!)
|
(Please expand!)
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
allprojects {
|
allprojects {
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '14.0.1'
|
shortVersion = '14.0.1'
|
||||||
isSnapshot = true
|
isSnapshot = false
|
||||||
javaSourceCompatibility = 11
|
javaSourceCompatibility = 11
|
||||||
gsonVersion = '2.10.1'
|
gsonVersion = '2.10.1'
|
||||||
jsrVersion = '3.0.2'
|
jsrVersion = '3.0.2'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue