Skip to content

Commit

Permalink
chore: dokka versions do not always align with Kotlin versions, so us…
Browse files Browse the repository at this point in the history
…e explicit version (#585)

Signed-off-by: Vladimir Sitnikov <[email protected]>
  • Loading branch information
vlsi authored Dec 4, 2023
1 parent e038e6c commit c7defd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/jvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
implementation("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.90")
implementation("de.thetaphi.forbiddenapis:de.thetaphi.forbiddenapis.gradle.plugin:3.6")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin")
implementation("org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin:$embeddedKotlinVersion")
implementation("org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin:1.8.20")
implementation("com.github.autostyle:com.github.autostyle.gradle.plugin:3.2")
implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:3.1.0")
}

0 comments on commit c7defd7

Please sign in to comment.