diff options
author | zaaarf <me@zaaarf.foo> | 2024-01-20 18:23:57 +0100 |
---|---|---|
committer | zaaarf <me@zaaarf.foo> | 2024-01-20 18:23:57 +0100 |
commit | ae63aef390db222448787db5f5998e77fc46bd2a (patch) | |
tree | 1d0ba2cff62d4aec931690024134ad353d41aba0 | |
parent | 1b1befce5cea5a66bf7bd16a54d7438da459a815 (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 15a3d9c..2437aab 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/' } } @@ -27,4 +27,4 @@ dependencies { implementation 'ftbsc:lll:0.4.2' implementation 'com.google.auto.service:auto-service-annotations:1.1.0' annotationProcessor 'com.google.auto.service:auto-service:1.1.0' -}
\ No newline at end of file +} |