Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle deprecation warnings #92

Open
steven-sheehy opened this issue Dec 20, 2024 · 0 comments
Open

Gradle deprecation warnings #92

steven-sheehy opened this issue Dec 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@steven-sheehy
Copy link

steven-sheehy commented Dec 20, 2024

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.

: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:

Screenshot 2024-12-20 at 12 53 22

@steven-sheehy steven-sheehy added the enhancement New feature or request label Dec 20, 2024
@steven-sheehy steven-sheehy changed the title Project.exec deprecated Gradle deprecation warnings Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant