Skip to content

Commit 2afb872

Browse files
author
Brian Laub
committed
remove unused JdkDistributionName.LOOM_EA
1 parent e0fb0db commit 2afb872

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gradle-jdks-distributions/src/main/java/com/palantir/gradle/jdks/JdkDistributionName.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ public enum JdkDistributionName {
2525
AZUL_ZULU,
2626
AMAZON_CORRETTO,
2727
GRAALVM_CE,
28-
JAVA_EARLY_ACCESS,
29-
LOOM_EA;
28+
JAVA_EARLY_ACCESS;
3029

3130
JdkDistributionName() {}
3231

0 commit comments

Comments
 (0)