Hi.
What is the best way how to generate javadoc for the deploy library to the
maven repo?
Now, I'm using:
task androidJavadocs(type: Javadoc) {
source = android.sourceSets.main.java.srcDirs
classpath +=
project.files(android.getBootClasspath().join(File.pathSeparator))
}
But it does't work with latest gradle plugin 1.1.0, it worked with 1.0.x
I also found related issue:
https://code.google.com/p/android/issues/detail?id=152811
But I also found many different ways how to define classpath.
But I didn't found official way
here http://tools.android.com/tech-docs/new-build-system/user-guide
--
You received this message because you are subscribed to the Google Groups
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.