diff options
author | zaaarf <me@zaaarf.foo> | 2024-01-20 18:24:56 +0100 |
---|---|---|
committer | zaaarf <me@zaaarf.foo> | 2024-01-20 18:24:56 +0100 |
commit | 4f8bde4ce277803ed7bed8034ea3d0c4df237e1b (patch) | |
tree | 42bafa27ae92b9c72bb6f72f032cacb5e7041278 | |
parent | cc19dba3c4f68344f88bc32f738b8468103fd384 (diff) |
fix: new javadoc url
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 2845d83..0bebd2c 100644 --- a/build.gradle +++ b/build.gradle @@ -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' -}
\ No newline at end of file +} |