Skip to content

Commit

Permalink
publish version 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuth committed Jun 26, 2022
1 parent 0d6fdde commit eb2210c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = "de.gmuth.ipp"
version = "2.3-SNAPSHOT"
version = "2.3"

repositories {
mavenCentral()
Expand Down Expand Up @@ -121,9 +121,9 @@ publishing {
// signing.password
// signing.secretKeyRingFile

signing {
sign(publishing.publications["ippclient"])
}
//signing {
// sign(publishing.publications["ippclient"])
//}

// ====== produce sources.jar and javadoc.jar ======

Expand Down

0 comments on commit eb2210c

Please sign in to comment.