fix: new javadoc url

This commit is contained in:
zaaarf 2024-01-20 18:23:57 +01:00
parent 1ce17fecdf
commit 72753cbe11
No known key found for this signature in database
GPG key ID: 102E445F4C3F829B

View file

@ -14,7 +14,7 @@ java {
javadoc { javadoc {
options { options {
links 'https://lll.fantabos.co/javadoc/lillero/' links 'https://docs.zaaarf.foo/lillero/'
} }
} }
@ -27,4 +27,4 @@ dependencies {
implementation 'ftbsc:lll:0.4.2' implementation 'ftbsc:lll:0.4.2'
implementation 'com.google.auto.service:auto-service-annotations:1.1.0' implementation 'com.google.auto.service:auto-service-annotations:1.1.0'
annotationProcessor 'com.google.auto.service:auto-service:1.1.0' annotationProcessor 'com.google.auto.service:auto-service:1.1.0'
} }