mirror of
https://github.com/zaaarf/geb-processor.git
synced 2024-11-22 12:14:49 +01:00
fix: new javadoc url
This commit is contained in:
parent
a5d7cb1541
commit
1cac528f23
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ java {
|
||||||
|
|
||||||
javadoc {
|
javadoc {
|
||||||
options {
|
options {
|
||||||
links 'https://geb.fantabos.co/javadoc/geb/'
|
links 'https://docs.zaaarf.foo/geb/'
|
||||||
links 'https://square.github.io/javapoet/javadoc/javapoet/'
|
links 'https://square.github.io/javapoet/javadoc/javapoet/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -27,4 +27,4 @@ repositories {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'ftbsc:geb:0.2.0'
|
implementation 'ftbsc:geb:0.2.0'
|
||||||
implementation 'com.squareup:javapoet:1.13.0'
|
implementation 'com.squareup:javapoet:1.13.0'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue