File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/main/java/net/minecraftforge/java_provisioner/api Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1111public enum Distro implements Comparable <Distro > {
1212 // Preferred Distros
1313 MICROSOFT , // Used by Minecraft
14- ORACLE_OPEN_JDK , // OpenJDK, straight from jdk.java.net
1514 TEMURIN , // Trusted build of OpenJDK by Eclipse Adoptium
1615 ZULU , // next best from Zulu, has macOS ARM support for Java 8
1716
1817 // Highlights from the others
1918 JETBRAINS , // DCEVM, has optimizations for swing, but is otherwise standard
2019 CORRETTO , // Amazon, has optimizations for containers/cloud
2120
21+ // Vanilla OpenJDK -- Windows uses older builds, outdated builds from AdoptOpenJDK, unfortunately.
22+ ORACLE_OPEN_JDK ,
23+
2224 // Everything else
2325 DEBIAN ,
2426 BISHENG ,
You can’t perform that action at this time.
0 commit comments