Alex Nordlund

Results 385 comments of Alex Nordlund

I think an ideal transition here is to make 3.7 contain both binaries but with the agent mentioning the deprecation when invoked and whenever a deprecated environment variable is used....

This has mostly stalled on account of https://github.com/gradle/gradle/issues/17559, I'm hoping to make some progress by the end of the month though

In it's current state I don't think there's a solution, I'm currently doing a refactor related to the configurable components in this plugin and will tackle this as part of...

If all your linux systems use musl _and_ you have the ability to setup an internal mirror I guess there's _technically_ a workaround available by repackaging it

Yeah, it's not a pretty solution though and could easily lead to some confusion

Next version is going to be a major so feel free to send a PR :-) And no tests breaks with the change either, so this was potentially just an...

The original reason `exec()` is not open is that our intention was that for these tasks you shouldn't be extending them If you needed to extend them, you'd pick whichever...

Based on the constraints I'd recommend using an environment variable https://pnpm.io/npmrc#url_authtoken https://github.com/pnpm/pnpm/issues/3141#issuecomment-1279842014

Have you seen the [FAQ entry for grunt](https://github.com/node-gradle/gradle-node-plugin/blob/main/docs/faq.md#grunt)?

I guess what you really want is just one instance of node/npm, to which I unfortunately don't have a good answer. But with gradle's caching and such it should only...