fix: add Java 19 to compatible Javas

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2022-10-16 12:15:36 +02:00
parent f00da3782d
commit ee9fafc896
No known key found for this signature in database
GPG Key ID: C10411294912A422

View File

@ -10,8 +10,8 @@ SUPPORTED_LAUNCHER_VERSION = 21
SUPPORTED_COMPLIANCE_LEVEL = 1
DEFAULT_JAVA_MAJOR = 8 # by default we should recommend Java 8 if we don't know better
COMPATIBLE_JAVA_MAPPINGS = {
16: [17, 18],
17: [18]
16: [17, 18, 19],
17: [18, 19]
}
'''