diff options
author | zaaarf <me@zaaarf.foo> | 2023-09-08 23:55:01 +0200 |
---|---|---|
committer | zaaarf <me@zaaarf.foo> | 2023-09-08 23:55:01 +0200 |
commit | f54700340ba871c488912a4b1cf56a15c196422a (patch) | |
tree | 35b38726d19297fa3d559d5e3cdcb36edc940987 | |
parent | 3688a567070ea40728cc4ba3c412ce6751381450 (diff) |
chore: added external javadoc link
-rw-r--r-- | build.gradle | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 886c2d9..2845d83 100644 --- a/build.gradle +++ b/build.gradle @@ -12,6 +12,13 @@ java { withJavadocJar() } +javadoc { + options { + links 'https://lll.fantabos.co/javadoc/lillero/' + links 'https://square.github.io/javapoet/javadoc/javapoet/' + } +} + repositories { mavenCentral() maven { url = 'https://maven.fantabos.co' } |