We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f5f208 + da3a7c6 commit 2b64806Copy full SHA for 2b64806
app/build.gradle
@@ -69,6 +69,6 @@ configurations.all {
69
task javadoc(type: Javadoc) {
70
source = android.sourceSets.main.java.srcDirs
71
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
72
- destinationDir = file("../javadoc/")
+ destinationDir = file("../app/build/javadoc/")
73
failOnError false
74
}
0 commit comments