Skip to content

Commit

Permalink
Next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chessray committed Sep 25, 2023
1 parent 9760395 commit b74f80e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ subprojects {
apply plugin: "jacoco"

group = 'org.mapstruct.extensions.spring'
version = '1.1.0'
version = '1.1.1-SNAPSHOT'

java {
toolchain {
Expand Down
5 changes: 5 additions & 0 deletions test-extensions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,8 @@ publishing {
}
}
}

signing {
useGpgCmd()
sign publishing.publications.mavenJava
}

0 comments on commit b74f80e

Please sign in to comment.