Skip to content

Commit

Permalink
Switch to Java 17 api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Sep 7, 2023
1 parent a6157f1 commit 9514369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ apply from: "${rootDir}/shared/opencv.gradle"

task generateJavaDocs(type: Javadoc) {
classpath += project(":wpimath").sourceSets.main.compileClasspath
options.links("https://docs.oracle.com/en/java/javase/11/docs/api/")
options.links("https://docs.oracle.com/en/java/javase/17/docs/api/")
options.addStringOption("tag", "pre:a:Pre-Condition")
options.addBooleanOption("Xdoclint:html,missing,reference,syntax", true)
options.addBooleanOption('html5', true)
Expand Down

0 comments on commit 9514369

Please sign in to comment.