My workaround involves running the command cp ~/.asdf/plugins/java/data/jdk-macosx-x86_64-ga.tsv $TMPDIR/asdf-java-$(whoami).cache/releases-macosx-x86_64.tsv (for Intel computers) or cp ~/.asdf/plugins/java/data/jdk-macosx-aarch64-ga.tsv $TMPDIR/asdf-java-$(whoami).cache/releases-...
I already installed this plugin, and run script: asdf list all java, return: No compatible versions available (java ) I checked about ASDF env info : OS: Darwin 192.168.0.101 21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:54 PST 2...
Updatesretrieve-release-data()to no longer silently fail, this was causing issues where I was having SSL issues, but could not diagnose them. Current behavior: $asdf list-all javaNo compatible versions available (java )$asdf install java liberica-1.8.0grep: /tmp/asdf-java.cache/releases-linux...
JDK 11 (or greater) : you can install one using asdf-java. Install Plugin: asdf plugin add quarkus https://github.com/asdf-community/asdf-quarkus.git # or asdf plugin add quarkus quarkus: # Show all installable versions asdf list-all quarkus # Install specific version asdf install quarkus ...