hey folks, JVM tools (`JvmToolBase`) have a settin...
# development
c
hey folks, JVM tools (
JvmToolBase
) have a setting
lockfile
for the lockfile to install from, but no setting for which JVM resolve to install from. Can someone help me understand why that is? For contrast, Python tools (
PythonToolRequirementsBase
) have
install_from_resolve
but still use a
default_lockfile_resource
for when the setting is unconfigured