You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Project.exec(Closure) method that this plugin uses has been deprecated in Gradle. I tested in 8.12 but not sure which exact version it became deprecated.
:compileTestSolidity
- [warn] The Project.exec(Closure) method has been deprecated.`:web3:compileTestSolidity`
This is scheduled to be removed in Gradle 9.0.
The Project.exec(Closure) method has been deprecated.
- Solutions
[enum] Use ExecOperations.exec(Action) or ProviderFactory.exec(Action) instead.
There are additional warnings reported:
The text was updated successfully, but these errors were encountered:
Feature description_
The Project.exec(Closure) method that this plugin uses has been deprecated in Gradle. I tested in 8.12 but not sure which exact version it became deprecated.
There are additional warnings reported:
The text was updated successfully, but these errors were encountered: