mirror of
https://github.com/zaaarf/lillero-processor.git
synced 2024-11-14 05:09:20 +01:00
fix: new javadoc url
This commit is contained in:
parent
cc19dba3c4
commit
4f8bde4ce2
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ java {
|
|||
|
||||
javadoc {
|
||||
options {
|
||||
links 'https://lll.fantabos.co/javadoc/lillero/'
|
||||
links 'https://docs.zaaarf.foo/lillero/'
|
||||
links 'https://square.github.io/javapoet/javadoc/javapoet/'
|
||||
}
|
||||
}
|
||||
|
@ -28,4 +28,4 @@ dependencies {
|
|||
implementation 'com.squareup:javapoet:1.13.0'
|
||||
implementation 'org.ow2.asm:asm-commons:9.5'
|
||||
implementation 'ftbsc:lll:0.4.1'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue