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 3e3ae3e commit 26765fdCopy full SHA for 26765fd
build.gradle
@@ -30,4 +30,8 @@ allprojects {
30
google()
31
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
32
}
33
+}
34
+
35
+subprojects {
36
+ tasks.withType(Javadoc).all { enabled = false }
37
0 commit comments