Alex Nordlund
Alex Nordlund
this work isn't abandoned, but currently it looks like it might be easier to solve in a different way
With that said, this is a feature we really want it just hasn't been given the highest priority since it's a bit tricky to implement but we're open to pretty...
I'm starting my vacation soon and will take another look at how to do this in a good way (or document the bad way as an example) But there's a...
I think this functionality is Gradle internal and only supports the java toolchain, but ideally the same functionality should be exposed as an API so that we can just plug...
This may get split into multiple tasks, but for 3.3 I'll try getting the detection working
Absolutely agree, in hindsight we never should have had `node_modules` as an output. If `doNotTrackState` had been available in Gradle when I started we likely never would've added it to...
Yup, you can also use `doNotTrackState` to leave it entirely up to `pnpm` As for the change, that's already happening, in likely the next major I'll flip the switch and...
The current solution in 3.2.1 is using `uname` which as far as I can tell should always be correct (but according to testimonies in #204 that's not true) My new...
After fixing https://github.com/node-gradle/gradle-node-plugin/issues/234 an option could be added to automatically run older node versions through Rosetta
Unfortunately I'm suffering through some dental issues so I might be a bit brief here, but just to make certain I'm not missing something: Are you trying to run Gradle...