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 22e4799 commit f9259faCopy full SHA for f9259fa
build.gradle.kts
@@ -272,8 +272,8 @@ subprojects {
272
}
273
274
scm {
275
- connection.set("scm:git:https://github.com/rsocket/rsocket-kotlin.git")
276
- developerConnection.set("scm:git:https://github.com/rsocket/rsocket-kotlin.git")
+ connection.set("https://github.com/rsocket/rsocket-kotlin.git")
+ developerConnection.set("https://github.com/rsocket/rsocket-kotlin.git")
277
url.set("https://github.com/rsocket/rsocket-kotlin")
278
279
0 commit comments