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

Version of solc not picked up #41

Open
degloff opened this issue Sep 21, 2020 · 1 comment
Open

Version of solc not picked up #41

degloff opened this issue Sep 21, 2020 · 1 comment
Assignees
Labels
help wanted Extra attention is needed

Comments

@degloff
Copy link

degloff commented Sep 21, 2020

I use the Epirus to generate the project and then in the build.gradle

import org.web3j.solidity.gradle.plugin.OutputComponent
solidity {
    outputComponents = [OutputComponent.BIN, OutputComponent.ABI, OutputComponent.METADATA]
    version = '0.7.1'
}

I can compile my contract fine with solc version 0.7.1 on the command line. Apparently the solc version is not picked up.
How to debug?

Thanks

@rach-id
Copy link
Contributor

rach-id commented Sep 23, 2020

@degloff I just tested it and it works. Which version of the plugin are you using ?
Try moving on to our latest release of the plugin 4.6.0. Should work fine

@rach-id rach-id added the help wanted Extra attention is needed label Sep 23, 2020
@rach-id rach-id self-assigned this Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants