resolvedRuntimeDir

@get:Internal
abstract val resolvedRuntimeDir: Property<String>

Resolves the Java Runtime directory. runtimeDir property is used if provided with the task configuration. Otherwise, jbrVersion is used for resolving the JBR. If it's not set, or it's impossible to resolve a valid version, built-in JBR will be used. As a last fallback, current JVM will be used.

Return

path to the Java Runtime directory