I’m trying to compile to js on a multi platform project on a linux arm64 machine but gradle is downloading an x86 nodejs binary, any idea how I can tell it what platform I’m on?
David Smith
05/12/2022, 3:15 PM
discovered that this is a bug in the gradle plugin that has been fixed in newer versions of the plugin so hopefully upgrading will fix it