Skip to content

Commit

Permalink
Merge branch 'main' into renovate/major-kotlin-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
ursjoss authored May 24, 2024
2 parents 29de936 + 4dd608b commit 8bd8798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.dokka.gradle.DokkaTask
import org.jetbrains.dokka.gradle.DokkaTaskPartial
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import java.net.URL
import java.net.URI

buildscript {
repositories {
Expand Down Expand Up @@ -64,7 +64,7 @@ tasks {
configureEach {
sourceLink {
localDirectory.set(file("$projectDir/$kotlinSrcSet"))
remoteUrl.set(URL(projectRelativeSourceLink()))
remoteUrl.set(URI.create(projectRelativeSourceLink()).toURL())
remoteLineSuffix.set("#L")
}
}
Expand Down

0 comments on commit 8bd8798

Please sign in to comment.