Skip to content

Commit 0499e67

Browse files
committed
Demote Oracle OpenJDK on the Distro list
1 parent b8c3fd0 commit 0499e67

File tree

1 file changed

+3
-1
lines changed
  • src/main/java/net/minecraftforge/java_provisioner/api

1 file changed

+3
-1
lines changed

src/main/java/net/minecraftforge/java_provisioner/api/Distro.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@
1111
public 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,

0 commit comments

Comments
 (0)