hyperledger-web3j / web3j-solidity-gradle-plugin

Gradle plugin providing tasks to compile Solidity contracts.
Apache License 2.0
21 stars 25 forks source link

Does not automatically set version anymore, adds a test for Solidity #19

Closed josh-richardson closed 4 years ago

josh-richardson commented 4 years ago

Firstly, through debugging this on MacOS, found that Solidity version was 0.4.25 as set in SolidityExtension, so this has been addressed. Secondly, added tests for Solidity version 5 specifically, thirdly, added solc version 0.4.25 to the Mac builds so that this passes.