We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b2e5f commit c33cb96Copy full SHA for c33cb96
build.gradle.kts
@@ -111,6 +111,13 @@ publishing {
111
}
112
113
114
+ contributors {
115
+ contributor {
116
+ name.set("huntj88")
117
+ url.set("https://github.com/huntj88")
118
+ }
119
120
+
121
scm {
122
connection.set("scm:git:https://github.com/michaelbull/kotlin-coroutines-jdbc")
123
developerConnection.set("scm:git:git@github.com:michaelbull/kotlin-coroutines-jdbc.git")
0 commit comments