Skip to content

Commit

Permalink
Link to Java 8 javadoc from the plugin's javadoc
Browse files Browse the repository at this point in the history
Closes gh-359
  • Loading branch information
wilkinsona committed Jul 12, 2023
1 parent bad9f8a commit 28fd3c2
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 @@ -112,7 +112,7 @@ tasks.named("javadoc").configure {
exclude 'io/spring/gradle/dependencymanagement/internal/**'
options {
links "https://docs.gradle.org/${project.gradle.gradleVersion}/javadoc/",
'https://docs.oracle.com/javase/6/docs/api/'
'https://docs.oracle.com/javase/8/docs/api/'
}
}

Expand Down

0 comments on commit 28fd3c2

Please sign in to comment.