LUCENE-10283: bump the minimum source/release in javadoc settings.

This commit is contained in:
Dawid Weiss 2022-02-02 16:59:49 +01:00
parent 87bba4152c
commit 9a28c91a5a
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ class RenderJavadocTask extends DefaultTask {
opts << [ '-linkoffline', url, dir ]
}
opts << [ '--release', 11 ]
opts << [ '--release', 17 ]
opts << '-Xdoclint:all,-missing'
// Increase Javadoc's heap.