Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael1993 committed Mar 25, 2024
1 parent 48596b8 commit b0f4dae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,7 @@ tasks {
javadoc {
if (releaseBuild) {
javadocTool.set(project.javaToolchains.javadocToolFor {
// create Javadoc with the last Java version to get all features
// (e.g. search result page on 20)
// create Javadoc with the minimum Java version needed for our desired features (e.g. search)
languageVersion.set(JavaLanguageVersion.of(21))
})
}
Expand Down

0 comments on commit b0f4dae

Please sign in to comment.