We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9760395 commit b74f80eCopy full SHA for b74f80e
2 files changed
build.gradle
@@ -55,7 +55,7 @@ subprojects {
55
apply plugin: "jacoco"
56
57
group = 'org.mapstruct.extensions.spring'
58
- version = '1.1.0'
+ version = '1.1.1-SNAPSHOT'
59
60
java {
61
toolchain {
test-extensions/build.gradle
@@ -64,3 +64,8 @@ publishing {
64
}
65
66
67
+
68
+signing {
69
+ useGpgCmd()
70
+ sign publishing.publications.mavenJava
71
+}
0 commit comments