Skip to content

Commit f9169b3

Browse files
committed
Add developer information and SCM details to publishing configuration
1 parent 2b7a105 commit f9169b3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

client/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,15 @@ publishing {
140140
url = 'https://opensource.org/licenses/MIT'
141141
}
142142
}
143+
developers {
144+
developer {
145+
name = 'rstmdb'
146+
url = 'https://github.com/rstmdb'
147+
}
148+
}
143149
scm {
150+
connection = 'scm:git:git://github.com/rstmdb/rstmdb-java.git'
151+
developerConnection = 'scm:git:ssh://github.com/rstmdb/rstmdb-java.git'
144152
url = 'https://github.com/rstmdb/rstmdb-java'
145153
}
146154
}

0 commit comments

Comments
 (0)