mirror of https://github.com/apache/lucene.git
LUCENE-10283: bump the minimum source/release in javadoc settings.
This commit is contained in:
parent
87bba4152c
commit
9a28c91a5a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue