Skip to content

Version of solc not picked up #41

@degloff

Description

@degloff

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

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is needed

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions