Closed magooster closed 4 years ago
If I set the version in the plugin configuration then the task runs ok, and uses the installed solc.
solidity {
executable = '/usr/local/bin/solc'
version = '0.6.8'
}
version doesn't actually have to match the version of the installed solc can set to any valid version string.
The version
property disables certain Solidity compiler options. The one you specified must have disabled the option causing the error.
This is the normal expected behavior for now, but with the Sokt integration in the next release that will be fixed and any Solidity version available.
With version 0.2.0 or above of the plugin, if I set the executable the task throws the following error.