Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit cb8af8d

Browse files
committed
Add task to disable generating of javadoc
1 parent f651d36 commit cb8af8d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ allprojects {
2222
}
2323
}
2424

25+
//plugin doesn't understand well with kotlin documentation so disable javadoc generation
26+
subprojects {
27+
tasks.withType(Javadoc).all { enabled = false }
28+
}
29+
2530
task clean(type: Delete) {
2631
delete rootProject.buildDir
2732
}

0 commit comments

Comments
 (0)