-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading node to version 12.15.0 build failure #365
Comments
How did the build fail? |
it fails with latest Gradle 6.x release for every node.js version since 12.x
but it works with latest 5.x release |
Same problem here |
I found a solution / workaround last night. It's using node-gradle plugin to download node/yarn/npm but on top of that gradle-node-plugin tasks.
|
The problem is (or at least should be) Gradle 6.x, not the node version, you can see #315 for more information about the issue. The plugin you're using in the solution is the fork available at https://github.com/node-gradle/gradle-node-plugin which should work fine with all available Gradle versions ;-) |
@deepy I didn't find any fork hints or something like that so I assumed it's a different plugin. Do I need |
The fork should work fine without any workarounds, I don't think you need to import |
I don‘t think so due to you need to import YarnTasks. |
Added a fork with the fix for those using earlier gradle versions (Tested with gradle 2.11). https://github.com/Jensen-Mourat/gradle-node-plugin |
I tried changing node version to 12.15.0 and the build fails. 12.13.1 version of node works fine. Does the gradle-node-plugin need to be updated to support latest node version? Or is there a way i can use the 12.15.0 using the 1.1.0 of the gradle-node-plugin?
The text was updated successfully, but these errors were encountered: