Skip to content

support detection or install node #183

Description

@xenoterracide

so gradle now supports configuring java like this, which will install a gradle version of java if the required version isn't already available. I think it would be cool to do that with node, instead of either/or

java {
  toolchain {
    languageVersion.set(JavaLanguageVersion.of(11))
  }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions