Skip to content

Commit 517e942

Browse files
Build script: use JDK 17 to generate API docs to fix @ in code tags #259
1 parent ce9369b commit 517e942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

objectbox-java/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ tasks.register('javadocForWeb', Javadoc) {
5555
description = 'Builds Javadoc incl. objectbox-java-api classes with web tweaks.'
5656

5757
javadocTool = javaToolchains.javadocToolFor {
58-
// Note: the style changes only work if using JDK 10+, 11 is latest LTS.
59-
languageVersion = JavaLanguageVersion.of(11)
58+
// Note: the style changes only work if using JDK 10+, 17 is the LTS release used to publish this
59+
languageVersion = JavaLanguageVersion.of(17)
6060
}
6161

6262
def srcApi = project(':objectbox-java-api').file('src/main/java/')

0 commit comments

Comments
 (0)