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