Skip to content
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

Updated node plugin version to improve M1 mac support #50

Merged
merged 1 commit into from
May 20, 2022

Conversation

greatjack1
Copy link
Contributor

What does this PR do?

It updates the node plugin version so that web3j will now work on m1 macs.

Currently when trying to use the web3j gradle plugin which relies on this solidity plugin you get the following error:

`Could not determine the dependencies of task ':nodeSetup'.

Failed to query the value of task ':nodeSetup' property 'nodeArchiveFile'.
Could not resolve all files for configuration ':detachedConfiguration1'.
> Could not find org.nodejs:node:14.15.4.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/org/nodejs/node/14.15.4/node-14.15.4.pom
- https://repo.spring.io/milestone/org/nodejs/node/14.15.4/node-14.15.4.pom
- https://repo.spring.io/snapshot/org/nodejs/node/14.15.4/node-14.15.4.pom
- https://nodejs.org/dist/v14.15.4/node-v14.15.4-darwin-arm64.tar.gz
Required by:
project :`

Which has been fixed in 3.2.1 of the gradle node plugin.

See the last comments here which explain that 3.2.1 contains the fix for this.

@gtebrean
Copy link
Contributor

hi @greatjack1, after you updated this version, it found the expected 14.15.4 node version for you?
Or you had to override it?
I'm asking because what I see there is no node-v14.15.4-darwin-arm64.tar.gz available.

@AlexandrouR AlexandrouR merged commit 40ad0f3 into hyperledger-web3j:master May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants