Closed xaviarias closed 5 years ago
There is not unit test because in JUnit the test Solidity files are moved to build/resources/main/solidity
so makes complicated to include this source without affecting the plugin code.
I have tested it locally with the web3j sample Gradle project and works! 👍
This pull request addresses issue #3 by adding
$projectDir/src/<name>/solidity
for every project source set.