download solc and put in the root directory of project .
then command run grandlew.bat build then show error:
Error: Source file requires different compiler version (current compiler is 0.5.10+commit.5a6ea5b1.Windows.msvc - note that nightly builds are considered to be strictly less than the released version
pragma solidity ^0.4.25;
change the pragma solidity >0.4.25 then get more errors.
please update solidity file.
download solc and put in the root directory of project .
then command run grandlew.bat build then show error:
Error: Source file requires different compiler version (current compiler is 0.5.10+commit.5a6ea5b1.Windows.msvc - note that nightly builds are considered to be strictly less than the released version
pragma solidity ^0.4.25;
change the pragma solidity >0.4.25 then get more errors.
please update solidity file.