You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What went wrong:
A problem occurred evaluating script.
Plugin with id 'com.moowork.node' not found.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Kindly, please help!!!!! we are trying to upgrade our Gradle version from 2.3 to 6.7 along with upgrading the plugin version as well and we are getting this error....
Many Thankssss, for your great work!!!
The text was updated successfully, but these errors were encountered:
I tried this version it self and Gradle didn't throw any errors. However, there is a problem with finding the version. I dont understand why its looking for a file named "- https://nodejs.org/dist/v4.9.1/ivy.xml" obviously it won't be there. How do I overcome this problem?
The way that the plugin works is that it's using an IvyRepository to fetch a file, now the problem you're seeing is that in Gradle 5 and later you need to tell it that it's not really an ivy repository and that it shouldn't look for ivy.xml
A problem occurred evaluating script.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 642ms
Kindly, please help!!!!! we are trying to upgrade our Gradle version from 2.3 to 6.7 along with upgrading the plugin version as well and we are getting this error....
Many Thankssss, for your great work!!!
The text was updated successfully, but these errors were encountered: