diff options
author | zaaarf <me@zaaarf.foo> | 2024-01-20 18:19:44 +0100 |
---|---|---|
committer | zaaarf <me@zaaarf.foo> | 2024-01-20 18:19:44 +0100 |
commit | 1cac528f2336dbcfdc5e2e656c8a64bc04e63795 (patch) | |
tree | 25fa8cb1737c340c0732f2431d93b573de9e234a /build.gradle | |
parent | a5d7cb15412231e72b9ff34b3f5d8aad1926f6a6 (diff) |
fix: new javadoc url
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 495096a..f86311a 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ java { javadoc { options { - links 'https://geb.fantabos.co/javadoc/geb/' + links 'https://docs.zaaarf.foo/geb/' links 'https://square.github.io/javapoet/javadoc/javapoet/' } } @@ -27,4 +27,4 @@ repositories { dependencies { implementation 'ftbsc:geb:0.2.0' implementation 'com.squareup:javapoet:1.13.0' -}
\ No newline at end of file +} |