Skip to content

Commit

Permalink
java 17 -> java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
rmuir committed Feb 9, 2024
1 parent a221b1f commit 784c331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/documentation/render-javadoc.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ class RenderJavadocTask extends DefaultTask {
opts << [ '-linkoffline', url, dir ]
}

opts << [ '--release', 17 ]
opts << [ '--release', 21 ]
opts << '-Xdoclint:all,-missing'

// Increase Javadoc's heap.
Expand Down

0 comments on commit 784c331

Please sign in to comment.