mirror of
https://github.com/unmojang/meta.git
synced 2025-09-23 11:10:53 -04:00
fix: add Java 19 to compatible Javas
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
f00da3782d
commit
ee9fafc896
@ -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]
|
||||
}
|
||||
|
||||
'''
|
||||
|
Loading…
x
Reference in New Issue
Block a user