Eskibear / node-jdk-utils

A collection of Java related utils.
MIT License
10 stars 5 forks source link

Gradle toolchains Support #9

Closed cypher256 closed 1 year ago

cypher256 commented 1 year ago

Thank you for providing such a wonderful library. Is it possible to support detection of JDKs managed by Gradle toolchains?

Gradle Toolchains (~/.gradle/jdks) https://docs.gradle.org/current/userguide/toolchains.html#sec:provisioning

Eskibear commented 1 year ago

You can help yourself by submitting a PR. E.g. you can follow #7

BTW, is it always ~/.gradle/jdks or you can customize it via some env?

cypher256 commented 1 year ago

It can be customized with the environment variable GRADLE_USER_HOME. I will send a PR later :)

Eskibear commented 1 year ago

0.4.5 published with tag next. you can test locally via npx jdk-utils@next, see if it detects all theses installations.

Eskibear commented 1 year ago

I'm closing this as v0.4.6 has been released, thank you @cypher256 !