node-gradle / gradle-node-plugin

Gradle plugin for integrating NodeJS in your build. :rocket:
Apache License 2.0
615 stars 119 forks source link

Open utility classes for external consumption. #202

Closed deepy closed 2 years ago

deepy commented 3 years ago

Make the ExecRunners (and depending classes) public to allow for external users to use these to extend functionality.

This is the simpler solution compared to subclassing the tasks

pun-ky commented 2 years ago

please open https://github.com/node-gradle/gradle-node-plugin/blob/master/src/main/kotlin/com/github/gradle/node/yarn/exec/YarnExecRunner.kt too ;) thx

deepy commented 2 years ago

Did the tests just fail because the npm version increased?