Java Runtime Path Resolver
class JavaRuntimePathResolver(jetbrainsRuntime: FileCollection, intellijPlatform: FileCollection, javaToolchainSpec: JavaToolchainSpec, javaToolchainService: JavaToolchainService) : PathResolver
Resolves Java Runtime.
Parameters
jetbrains Runtime
The Configurations.JETBRAINS_RUNTIME configuration.
intellij Platform
The Configurations.INTELLIJ_PLATFORM_DEPENDENCY configuration.
java Toolchain Spec
The Java Toolchain configured with JavaPluginExtension.
java Toolchain Service
The JavaToolchainService used for finding a matching launcher.