We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8feb5 commit 4c4e4bfCopy full SHA for 4c4e4bf
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group 'io.securecodebox'
8
-version (System.getenv("DD_CLIENT_VERSION") ? System.getenv("DD_CLIENT_VERSION") : '0.42.0-SNAPSHOT')
+version (System.getenv("DD_CLIENT_VERSION") ? System.getenv("DD_CLIENT_VERSION") : '0.0.13-SNAPSHOT')
9
sourceCompatibility = '11'
10
11
repositories {
@@ -48,6 +48,11 @@ publishing {
48
name = 'Robert Seedorff'
49
email = 'robert.seedorff@iteratec.com'
50
51
+ developer {
52
+ id = 'johannes.zahn'
53
+ name = 'Johannes Zahn'
54
+ email = 'johannes.zahn@iteratec.com'
55
+ }
56
57
scm {
58
connection = 'scm:git@github.com:secureCodeBox/defectdojo-client-java.git'
0 commit comments