diff options
-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 +} |