Alex Nordlund
Alex Nordlund
What version of the plugin are you using? And when it fails, what does `/Users/thsoft/myproject/.gradle/nodejs/node-v20.11.1-darwin-x64/bin/npx` point to?
I think you're hitting this Java 21 issue: https://github.com/gradle/gradle/issues/10483#issuecomment-2141505147 And this is probably something that only should be fixed in Gradle, but since it's Java 21 we might need to...
Not that I know of, and unless Gradle can work around this issue the only thing we can do is stop using `PATH` for `download = true` scenarios Doing that...
Oop, yeah this should be an easy fix The only tricky part is that I need a good way to distinguish between emulated and native x64 (something like `uname` or...
And running with `-Dos.arch=x86_64` should allow running it until then
PowerShell would probably work fine, I'll double-check if it's fast enough next week when my vacation starts As for `os.arch` could you check what's reported in `java -XshowSettings -version` (I...
This is fixed in `7.1.0`
Unfortunately merging this would require dropping support for Gradle versions older than 7.6. so this is going to need to wait until the next version bump But on the bright...
Ah, API issues :-/ I was hoping that our usage would be innocuous enough, but I need to take a closer look at this
@tkrah there's really only two ways to fix this: A. Upgrading - which requires dropping support for older Gradle versions B. Replacing jackson - which has a poor return of...