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

Remove usage of deprecated org.gradle.api.Project.javaexec #312

Open
mlopatkin opened this issue Sep 12, 2024 · 1 comment
Open

Remove usage of deprecated org.gradle.api.Project.javaexec #312

mlopatkin opened this issue Sep 12, 2024 · 1 comment

Comments

@mlopatkin
Copy link

This method is being deprecated in Gradle 8.11 with the intention to remove it in Gradle 9.

The deprecated method is used here:

Gradle will add deprecation nagging in gradle/gradle#30512.

From a cursory glance, ExecOperations should be a good replacement and will help to eventually adopt the configuration cache.

@boris-petrov
Copy link
Member

Thanks for the heads-up! PRs are more than welcome. For this deprecation and for the other one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants