Versioning plugin + Dokka v2 Gradle plugin false .DS_Store warning #3963
Labels
bug
runner: gradle plugin v2
Issues fixed by Dokka Gradle Plugin v2 - see https://github.com/Kotlin/dokka/issues/3131
Describe the bug
Using the versioning plugin with the Dokka v2 Gradle plugin produces the warning:
Expected behaviour
No warning should be output. .DS_Store (and probably any non-directory file) should be ignored.
To Reproduce
Run the
:dokkaGenerate
task with a .DS_Store file in theolderVersionsDir
directory.Dokka configuration
Configuration of dokka used to reproduce the bug
Installation
Additional context
Reproducible with my library, Kotbase.
The text was updated successfully, but these errors were encountered: