-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Support s390x #193
Comments
@mengwan9 I've pushed a branch called I'm fully booked today but tomorrow I'll have a look at what needs to be fixed before the next release |
@deepy appreciate your fix this. I will verify it with your branch then response you. Thanks~~ |
@deepy I have built a new gradle node plugin based on your fix branch issue-193 then make our project (gradle 6.x) refer to the new fixed plugin temporarily. It works and the project can download a s390x node package. Thanks!! |
Btw, I have a question about the plugin with early version of gradle. If I apply the newer version of plugin, eg, 3.x, to a gradle 4.7 base project, the error can be thrown:
In other words, does the pluigin have any requirement for project's gradle version? Because I found it can work well with a gradle 6.x project but 4.x fails as above. Gradle 4.x seems only working with <=1.2.0 moowork gradle node plugin in my testing before. |
At the moment the lowest version we support is Gradle 5, there are earlier releases which would work with older versions but to keep the code-base simple we don't support older versions And speed-wise there's great arguments to be made for Gradle 6+ with configuration-cache |
This is in |
Copying srs/gradle-node-plugin#379 here:
The text was updated successfully, but these errors were encountered: