chore: added external javadoc link

This commit is contained in:
zaaarf 2023-09-08 23:53:50 +02:00
parent bc21353dec
commit 0770b2bba4
No known key found for this signature in database
GPG key ID: 102E445F4C3F829B

View file

@ -13,6 +13,12 @@ java {
withJavadocJar()
}
javadoc {
options {
links 'https://lll.fantabos.co/javadoc/lillero-mapper/'
}
}
repositories {
mavenCentral()
maven { url = 'https://maven.fantabos.co' }