Skip to content

Commit

Permalink
remove failing argo sourceforge link
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Jan 18, 2020
1 parent 459543f commit 24c8a32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@ task dokka(type: org.jetbrains.dokka.gradle.DokkaTask, overwrite: true) {
def version = Config.okhttp_major
url = new URL("https://square.github.io/okhttp/${version}.x/okhttp/")
}
externalDocumentationLink {
// No version, argo does not seem to keep old versions of javadoc around
url = new URL("http://argo.sourceforge.net/javadoc/")
}
// externalDocumentationLink {
// // No version, argo does not seem to keep old versions of javadoc around
// url = new URL("http://argo.sourceforge.net/javadoc/")
// }
// externalDocumentationLink {
// def version = Config.jackson_major_minor
// url = new URL("https://fasterxml.github.io/jackson-dataformat-xml/javadoc/$version/")
Expand Down

0 comments on commit 24c8a32

Please sign in to comment.