mirror of
https://github.com/zaaarf/geb-processor.git
synced 2024-11-13 00:49:21 +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 {
|
||||
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'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue