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