When I try running asdf list all maven it results in
/opt/homebrew/Cellar/asdf/0.9.0/libexec/lib/commands/command-list-all.bash: /Users/username/.asdf/plugins/maven/bin/list-all: /bin/env: Defekter Interpreter: No such file or directory
At least on MacOS env seems to be located in /usr/bin/env now. It also looks like the same script for the Java plugin already uses that path. A quick test changing it was also successful.
When I try running
asdf list all mavenit results inAt least on MacOS
envseems to be located in/usr/bin/envnow. It also looks like the same script for the Java plugin already uses that path. A quick test changing it was also successful.