mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Update javadoc links to JavaSE javadoc
This commit is contained in:
parent
cc0022c919
commit
a3e365bfb9
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ task javadocAll(type: Javadoc) {
|
||||||
options.linkSource = true
|
options.linkSource = true
|
||||||
options.use = true
|
options.use = true
|
||||||
options.links = [
|
options.links = [
|
||||||
"http://docs.oracle.com/javase/$sourceCompatibility/docs/api/",
|
"https://docs.oracle.com/javase/${sourceCompatibility.getMajorVersion()}/docs/api/",
|
||||||
"http://jxmpp.org/$jxmppVersion/javadoc/",
|
"http://jxmpp.org/$jxmppVersion/javadoc/",
|
||||||
] as String[]
|
] as String[]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue