Skip to content

Commit

Permalink
Fix Javadoc link
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Nov 21, 2024
1 parent fa5caf0 commit dc8876d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ dependencies {
tasks.named('javadoc', Javadoc) {
options.locale "en_US"
options.linkSource true
options.links "https://square.github.io/okhttp/3.x/"
options.links "https://square.github.io/okhttp/5.x/"
failOnError = false
}

Expand Down

0 comments on commit dc8876d

Please sign in to comment.