mirror of https://github.com/apache/lucene.git
Update java version to 17 for Lucene 10 in the release wizard. (#11872)
This commit is contained in:
parent
b1d1e488f2
commit
50261de406
|
@ -67,7 +67,7 @@ from consolemenu.screen import Screen
|
||||||
from scriptutil import BranchType, Version, download, run
|
from scriptutil import BranchType, Version, download, run
|
||||||
|
|
||||||
# Lucene-to-Java version mapping
|
# Lucene-to-Java version mapping
|
||||||
java_versions = {6: 8, 7: 8, 8: 8, 9: 11, 10: 11}
|
java_versions = {6: 8, 7: 8, 8: 8, 9: 11, 10: 17}
|
||||||
editor = None
|
editor = None
|
||||||
|
|
||||||
# Edit this to add other global jinja2 variables or filters
|
# Edit this to add other global jinja2 variables or filters
|
||||||
|
|
Loading…
Reference in New Issue