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
I use the Epirus to generate the project and then in the build.gradle
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