Set javadoc level to private

This commit is contained in:
pedroGitt 2016-11-07 11:00:01 +01:00
parent 8041a7e0ef
commit e71013b005

View file

@ -28,6 +28,7 @@ android {
source = android.sourceSets.main.java.srcDirs source = android.sourceSets.main.java.srcDirs
classpath += project.files(android.getBootClasspath().join(File.pathSeparator)) classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
destinationDir = file("./doc/") destinationDir = file("./doc/")
options.memberLevel = org.gradle.external.javadoc.JavadocMemberLevel.PRIVATE
failOnError false failOnError false
} }
@ -48,10 +49,6 @@ android {
commandLine getNdkBuildCmd(), 'clean' commandLine getNdkBuildCmd(), 'clean'
} }
/*tasks.withType(JavaCompile) {
compileTask -> compileTask.dependsOn ndkBuildNative
}*/
tasks.withType(JavaCompile) { tasks.withType(JavaCompile) {
compileTask -> if (compileTask.name.startsWith('compileDebugJava')) { compileTask -> if (compileTask.name.startsWith('compileDebugJava')) {
println 'test compile: Debug' println 'test compile: Debug'