mirror of
https://github.com/zaaarf/lillero-processor.git
synced 2024-11-24 15:24:48 +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()
|
withJavadocJar()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
javadoc {
|
||||||
|
options {
|
||||||
|
links 'https://lll.fantabos.co/javadoc/lillero/'
|
||||||
|
links 'https://square.github.io/javapoet/javadoc/javapoet/'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url = 'https://maven.fantabos.co' }
|
maven { url = 'https://maven.fantabos.co' }
|
||||||
|
|
Loading…
Reference in a new issue