Skip to content

Commit f9259fa

Browse files
authored
fixes scm links in publication
1 parent 22e4799 commit f9259fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ subprojects {
272272
}
273273
}
274274
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")
275+
connection.set("https://github.com/rsocket/rsocket-kotlin.git")
276+
developerConnection.set("https://github.com/rsocket/rsocket-kotlin.git")
277277
url.set("https://github.com/rsocket/rsocket-kotlin")
278278
}
279279
}

0 commit comments

Comments
 (0)