fix: new javadoc url

This commit is contained in:
zaaarf 2024-01-20 18:19:44 +01:00
parent a5d7cb1541
commit 1cac528f23
No known key found for this signature in database
GPG key ID: 102E445F4C3F829B

View file

@ -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'
}
}