mirror of
https://github.com/zaaarf/lillero-loader.git
synced 2024-11-09 23:59:20 +01:00
chore: added external javadoc link
This commit is contained in:
parent
b8c22383da
commit
462129fbc5
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 {
|
||||
maven { url = 'https://maven.minecraftforge.net/' }
|
||||
maven { url = 'https://maven.fantabos.co' }
|
||||
|
|
Loading…
Reference in a new issue