We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204a156 commit 5c5963eCopy full SHA for 5c5963e
versions.sh
@@ -26,7 +26,7 @@ _bashbrew_list() {
26
}
27
28
allVariants='[]'
29
-for javaVersion in 17 16 11 8; do
+for javaVersion in 17 11 8; do
30
# OpenJDK, followed by all other variants alphabetically
31
for vendorVariant in openjdk{,-slim}-{bullseye,buster} corretto temurin-focal; do
32
for javaVariant in {jdk,jre}"$javaVersion"; do
0 commit comments