Skip to content

Commit

Permalink
chore(build): disable Javadoc generation for all modules
Browse files Browse the repository at this point in the history
SUITEDEV-35510

Co-authored-by: Andras Sarro <[email protected]>
  • Loading branch information
matusekma and LordAndras committed Apr 8, 2024
1 parent 3e3f997 commit 329f592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ tasks {

allprojects {
// Exclude Kotlin files from Javadoc generation because Kotlin files are not supported by Dokka
tasks.withType(Javadoc::class.java).all {
exclude("**/*.kt")
tasks.withType(Javadoc::class).all {
enabled = false
}
}

Expand Down

0 comments on commit 329f592

Please sign in to comment.