Skip to content

Commit

Permalink
fix javadoc links to errorprone annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Feb 20, 2023
1 parent 3754558 commit 8aa0b9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/codeQuality.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ tasks.register('downloadCaffeineLocal') {
tasks.named('javadoc').configure {
options.links(
'https://checkerframework.org/api/',
'https://errorprone.info/api/latest/',
'https://lightbend.github.io/config/latest/api/',
"https://guava.dev/releases/${versions.guava}/api/docs/",
"https://docs.oracle.com/en/java/javase/${JavaVersion.current().majorVersion}/docs/api/")
Expand Down

0 comments on commit 8aa0b9e

Please sign in to comment.