Attempt to fix doc
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Johannes Frohnmeyer 2023-02-23 14:37:45 +01:00
parent 425c45ba71
commit 471302071e
Signed by: Johannes
GPG Key ID: E76429612C2929F4
5 changed files with 5 additions and 4 deletions

View File

@ -3,6 +3,7 @@ pipeline:
image: gradle:latest
pull: true
commands:
- apt install -y graphviz
- gradle publish javadoc -Pmaven="https://maven.frohnmeyer-wds.de/artifacts"
- mkdir javadoc
- mv commons-gson/build/docs/javadoc javadoc/commons-gson

View File

@ -24,6 +24,6 @@ publishing {
}
tasks.javadoc {
linksOffline("https://pages.frohnmeyer-wds.de/Johannes/java-commons/commons", project(":"))
linksOffline("https://pages.frohnmeyer-wds.de/Johannes/java-commons/javadoc/commons", project(":"))
//TODO link gson javadoc (harder to generate than expected)
}

View File

@ -27,5 +27,5 @@ tasks.jar {
}
tasks.javadoc {
linksOffline("https://pages.frohnmeyer-wds.de/Johannes/java-commons/commons", project(":"))
linksOffline("https://pages.frohnmeyer-wds.de/Johannes/java-commons/javadoc/commons", project(":"))
}

View File

@ -24,6 +24,6 @@ publishing {
}
tasks.javadoc {
linksOffline("https://pages.frohnmeyer-wds.de/Johannes/java-commons/commons", project(":"))
linksOffline("https://pages.frohnmeyer-wds.de/Johannes/java-commons/javadoc/commons", project(":"))
opts.links("https://www.slf4j.org/apidocs")
}

View File

@ -23,5 +23,5 @@ publishing {
}
tasks.javadoc {
linksOffline("https://pages.frohnmeyer-wds.de/Johannes/java-commons/commons", project(":"))
linksOffline("https://pages.frohnmeyer-wds.de/Johannes/java-commons/javadoc/commons", project(":"))
}