We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4482626 commit 510518fCopy full SHA for 510518f
build.gradle
@@ -18,6 +18,8 @@ buildscript {
18
}
19
20
allprojects {
21
+ tasks.withType(Javadoc).all { enabled = false }
22
+
23
repositories {
24
google()
25
mavenCentral()
0 commit comments