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 06f8c70 commit 0d8ef48Copy full SHA for 0d8ef48
android/build.gradle
@@ -62,6 +62,11 @@ dependencies {
62
}
63
64
afterEvaluate { project ->
65
+ // do this only when building this lib alone as a root project
66
+ if (project != rootProject) {
67
+ return
68
+ }
69
+
70
// some Gradle build hooks ref:
71
// https://www.oreilly.com/library/view/gradle-beyond-the/9781449373801/ch03.html
72
task androidJavadoc(type: Javadoc) {
0 commit comments