mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02:00
Javadoc improvements
This commit is contained in:
parent
e1686927a2
commit
7c5428ab0e
6 changed files with 22 additions and 36 deletions
|
@ -16,17 +16,6 @@ dependencies {
|
|||
}
|
||||
}
|
||||
|
||||
compileJava {
|
||||
options.bootClasspath = androidBootClasspath
|
||||
}
|
||||
|
||||
// See http://stackoverflow.com/a/2823592/194894
|
||||
// TODO this doesn't seem to work right now. But on the other hand it
|
||||
// is not really required, just to avoid a javadoc compiler warning
|
||||
javadoc {
|
||||
options.linksOffline "http://developer.android.com/reference", androidJavadocOffline
|
||||
}
|
||||
|
||||
configure (androidProjects) {
|
||||
task compileAndroid(type: JavaCompile) {
|
||||
source = compileJava.source
|
||||
|
@ -36,4 +25,4 @@ configure (androidProjects) {
|
|||
}
|
||||
}
|
||||
|
||||
test { dependsOn androidProjects*.compileAndroid }
|
||||
test { dependsOn androidProjects*.compileAndroid }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue