Set javadoc level to private
This commit is contained in:
parent
8041a7e0ef
commit
e71013b005
1 changed files with 1 additions and 4 deletions
|
@ -28,6 +28,7 @@ android {
|
|||
source = android.sourceSets.main.java.srcDirs
|
||||
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
|
||||
destinationDir = file("./doc/")
|
||||
options.memberLevel = org.gradle.external.javadoc.JavadocMemberLevel.PRIVATE
|
||||
failOnError false
|
||||
}
|
||||
|
||||
|
@ -48,10 +49,6 @@ android {
|
|||
commandLine getNdkBuildCmd(), 'clean'
|
||||
}
|
||||
|
||||
/*tasks.withType(JavaCompile) {
|
||||
compileTask -> compileTask.dependsOn ndkBuildNative
|
||||
}*/
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
compileTask -> if (compileTask.name.startsWith('compileDebugJava')) {
|
||||
println 'test compile: Debug'
|
||||
|
|
Loading…
Reference in a new issue