Skip to content

Commit

Permalink
Build Javadoc with Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
nipafx committed Nov 16, 2023
1 parent 621e808 commit eb19908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -312,7 +312,7 @@ tasks {
javadocTool.set(project.javaToolchains.javadocToolFor {
// create Javadoc with least Java version to get all features
// (e.g. search result page on 20)
languageVersion.set(JavaLanguageVersion.of(20))
languageVersion.set(JavaLanguageVersion.of(21))
})
}

Expand Down

0 comments on commit eb19908

Please sign in to comment.