Skip to content

Commit

Permalink
Merge pull request #4914 from thc202/spider/javadoc-exclude-dstore
Browse files Browse the repository at this point in the history
spider: exclude `DsStore` from JavaDoc
  • Loading branch information
kingthorin authored Sep 21, 2023
2 parents 18a42af + 08db36a commit e0ecd15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addOns/spider/spider.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,7 @@ spotless {
listOf("src/**/DsStore.java"),
)
}

tasks.named<Javadoc>("javadoc") {
exclude("**/DsStore.java")
}

0 comments on commit e0ecd15

Please sign in to comment.