9 lines
388 B
Cheetah
9 lines
388 B
Cheetah
# See the docs for explanations: https://asdf-vm.com/manage/configuration.html
|
|
|
|
# Use plugin fallback to legacy version files (.ruby-version) if available
|
|
legacy_version_file = yes
|
|
# Use release candidate rather than latest semantic version
|
|
use_release_candidates = yes
|
|
{{ if and (eq .host.distro.family "darwin") (not .host.restricted) -}}
|
|
java_macos_integration_enable = yes
|
|
{{ end -}}
|