mirror of
https://github.com/unmojang/meta.git
synced 2025-09-24 03:31:03 -04:00
fix: remove EOL Java 18 from compatible Java majors
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
9547400f18
commit
3aa946cfc2
@ -10,8 +10,8 @@ SUPPORTED_LAUNCHER_VERSION = 21
|
|||||||
SUPPORTED_COMPLIANCE_LEVEL = 1
|
SUPPORTED_COMPLIANCE_LEVEL = 1
|
||||||
DEFAULT_JAVA_MAJOR = 8 # By default, we should recommend Java 8 if we don't know better
|
DEFAULT_JAVA_MAJOR = 8 # By default, we should recommend Java 8 if we don't know better
|
||||||
COMPATIBLE_JAVA_MAPPINGS = {
|
COMPATIBLE_JAVA_MAPPINGS = {
|
||||||
16: [17, 18, 19],
|
16: [17, 19],
|
||||||
17: [18, 19]
|
17: [19]
|
||||||
}
|
}
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user