chore: added external javadoc link

This commit is contained in:
zaaarf 2023-09-08 23:55:01 +02:00
parent 3688a56707
commit f54700340b
No known key found for this signature in database
GPG key ID: 102E445F4C3F829B

View file

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