mirror of
https://github.com/zaaarf/lillero-processor.git
synced 2024-11-14 05:39:19 +01:00
chore: added external javadoc link
This commit is contained in:
parent
3688a56707
commit
f54700340b
1 changed files with 7 additions and 0 deletions
|
@ -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' }
|
||||
|
|
Loading…
Reference in a new issue