Skip to content

Commit

Permalink
docs: remove sourcelink
Browse files Browse the repository at this point in the history
  • Loading branch information
finalchild committed Sep 6, 2024
1 parent 8bb3182 commit 682d304
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -153,16 +153,6 @@ tasks.withType<DokkaTask> {
jdkVersion = 22
includes.from("Module.md")
suppressGeneratedFiles = false
sourceLink {
localDirectory = projectDir
remoteUrl =
run {
val githubSha = System.getenv("GITHUB_SHA")
URI(
"https://github.com/portone-io/server-sdk-jvm/${if (githubSha == null) "tree/main" else "blob/$githubSha"}/common",
).toURL()
}
}
}
}

Expand Down

0 comments on commit 682d304

Please sign in to comment.