Skip to content

Commit

Permalink
Fix CLI integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev committed Oct 31, 2023
1 parent dc02ecc commit f90f681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dokka-integration-tests/cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ val cliConfiguration: Configuration by configurations.creating {
}

dependencies {
cliConfiguration("org.jetbrains.dokka:cli")
cliConfiguration("org.jetbrains.dokka:runner-cli")

basePluginShadow("org.jetbrains.dokka:plugin-base")

Expand Down

0 comments on commit f90f681

Please sign in to comment.