We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9369b commit 517e942Copy full SHA for 517e942
objectbox-java/build.gradle
@@ -55,8 +55,8 @@ tasks.register('javadocForWeb', Javadoc) {
55
description = 'Builds Javadoc incl. objectbox-java-api classes with web tweaks.'
56
57
javadocTool = javaToolchains.javadocToolFor {
58
- // Note: the style changes only work if using JDK 10+, 11 is latest LTS.
59
- languageVersion = JavaLanguageVersion.of(11)
+ // Note: the style changes only work if using JDK 10+, 17 is the LTS release used to publish this
+ languageVersion = JavaLanguageVersion.of(17)
60
}
61
62
def srcApi = project(':objectbox-java-api').file('src/main/java/')
0 commit comments