Skip to content

Commit

Permalink
Workaround the issue in commit d0c8105
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Nov 5, 2024
1 parent 861a1f2 commit 0ea134e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ plugins {
id("org.jetbrains.dokka")
}

// workaround for https://github.com/Kotlin/dokka/issues/3903 from https://github.com/Kotlin/dokka/issues/2260 TODO remove when it's fixed
repositories {
mavenCentral()
}

evaluationDependsOnChildren()
task("publishPluginProjectPlugins") {
group = "plugin portal"
Expand Down

0 comments on commit 0ea134e

Please sign in to comment.