mirror of
https://github.com/zaaarf/lillero-mapping-writer.git
synced 2024-11-22 09:44:49 +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()
|
withJavadocJar()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
javadoc {
|
||||||
|
options {
|
||||||
|
links 'https://lll.fantabos.co/javadoc/lillero-mapper/'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url = 'https://maven.fantabos.co' }
|
maven { url = 'https://maven.fantabos.co' }
|
||||||
|
|
Loading…
Reference in a new issue