Skip to content

Commit

Permalink
fix maven plugin POM
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Oct 23, 2023
1 parent 48fb9a6 commit b5d971c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dokka-runners/maven-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ plugins {
overridePublicationArtifactId("dokka-maven-plugin")

dependencies {
implementation("org.jetbrains.dokka:dokka-core")
// this version is required, so that it will be available in the POM of plugin
implementation("org.jetbrains.dokka:dokka-core:$version")

implementation(libs.apacheMaven.core)
implementation(libs.apacheMaven.pluginApi)
Expand Down

0 comments on commit b5d971c

Please sign in to comment.