mirror of
https://github.com/zaaarf/lillero-mapper.git
synced 2024-11-15 01:29:18 +01:00
chore: added external javadoc link
This commit is contained in:
parent
9c4167821a
commit
78cf61296b
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,12 @@ java {
|
||||||
withJavadocJar()
|
withJavadocJar()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
javadoc {
|
||||||
|
options {
|
||||||
|
links 'https://lll.fantabos.co/javadoc/lillero/'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url = 'https://maven.fantabos.co' }
|
maven { url = 'https://maven.fantabos.co' }
|
||||||
|
|
Loading…
Reference in a new issue