Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix comment and test
  • Loading branch information
martinbonnin committed Oct 2, 2025
commit 62da35c5b7c19cdf13daf41fb9f5b8889c4dc6ee
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ abstract class DokkaFormatPlugin(
* - Dokka consumers are able to resolve plugins transitive dependencies thanks to
* the compatibility rule.
* - Dokka consumers disambiguate the traditional variants by forcing the `org.jetbrains.dokka.classpath`
* attribute on all consumable configurations to a "poison" value.
* attribute on all consumable configurations to a "none" value.
* - Traditional consumers disambiguate the Dokka plugins variants because the
* compatibility rule is one way. If the consumer asks for `java-runtime`, `dokka-java-runtime`
* is not considered compatible.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class DokkaPluginFunctionalTest : FunSpec({
| - :DokkaPluginFunctionalTest:unspecified (default capability)
|Attributes
| - org.gradle.usage = org.jetbrains.dokka
| - org.jetbrains.dokka.classpath = poison
| - org.jetbrains.dokka.classpath = none
| - org.jetbrains.dokka.format = $format
| - org.jetbrains.dokka.module-component = ModuleOutputDirectories
|Artifacts
Expand Down
Loading