Update java version to 17 for Lucene 10 in the release wizard. (#11872)

This commit is contained in:
Dawid Weiss 2022-10-25 13:50:21 +02:00 committed by GitHub
parent b1d1e488f2
commit 50261de406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ from consolemenu.screen import Screen
from scriptutil import BranchType, Version, download, run
# 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
# Edit this to add other global jinja2 variables or filters