Skip to content

Commit 510518f

Browse files
committed
Removed javadoc tasks
1 parent 4482626 commit 510518f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ buildscript {
1818
}
1919

2020
allprojects {
21+
tasks.withType(Javadoc).all { enabled = false }
22+
2123
repositories {
2224
google()
2325
mavenCentral()

0 commit comments

Comments
 (0)