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 a969a91 commit df60825Copy full SHA for df60825
stub/build.gradle.kts
@@ -1,6 +1,6 @@
1
import com.google.protobuf.gradle.*
2
import org.jetbrains.dokka.gradle.DokkaTask
3
-import java.net.URL
+import java.net.URI
4
5
plugins {
6
alias(libs.plugins.dokka)
@@ -80,7 +80,7 @@ tasks.withType<DokkaTask>().configureEach {
80
named("main") {
81
sourceLink {
82
localDirectory.set(file("src/main/java"))
83
- remoteUrl.set(URL("https://github.com/grpc/grpc-kotlin/blob/master/stub/src/main/java"))
+ remoteUrl.set(URI("https://github.com/grpc/grpc-kotlin/blob/master/stub/src/main/java").toURL())
84
remoteLineSuffix.set("#L")
85
}
86
0 commit comments