1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-07 02:40:52 +00:00

Merge pull request #865 from soloturn/sign

build.gradle.kts, add gpg signing
This commit is contained in:
PlantUML 2022-01-19 10:47:36 +01:00 committed by GitHub
commit bce5974025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,7 @@
plugins {
java
`maven-publish`
signing
}
repositories {
@ -99,3 +100,8 @@ tasks.test {
useJUnitPlatform()
testLogging.showStandardStreams = true
}
signing {
useGpgCmd()
sign(publishing.publications["maven"])
}

View File

@ -1 +1 @@
version = "1.2021.16-SNAPSHOT"
version = 1.2022.1-SNAPSHOT