1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00

Add javadoc-overview.html

This commit is contained in:
Florian Schmaus 2018-08-02 17:02:08 +02:00
parent c9fb3cc792
commit b69691e676
2 changed files with 32 additions and 0 deletions

View file

@ -242,6 +242,7 @@ task javadocAll(type: Javadoc) {
"https://jxmpp.org/releases/$jxmppVersion/javadoc/",
"https://minidns.org/releases/$miniDnsVersion/javadoc/",
] as String[]
overview = "$projectDir/resources/javadoc-overview.html"
}
}