Skip to content

chore: remove any project usage from Task #123

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

Merged
merged 2 commits into from
May 27, 2025
Merged

Conversation

slandelle
Copy link
Member

Motivation:

Invocation of Task.project at execution time has been deprecated. This will fail with an error in Gradle 10.0.
This API is incompatible with the configuration cache, which will become the only mode supported by Gradle in a future release. Consult the upgrading guide for further information: https://docs.gradle.org/8.14.1/userguide/upgrading_version_7.html#task_project

slandelle added 2 commits May 27, 2025 19:22
Motivation:

Invocation of Task.project at execution time has been deprecated.
This will fail with an error in Gradle 10.0.
This API is incompatible with the configuration cache, which will become the only mode supported by Gradle in a future release.
Consult the upgrading guide for further information: https://docs.gradle.org/8.14.1/userguide/upgrading_version_7.html#task_project
Motivation:

The org.gradle.api.plugins.JavaPluginConvention type has been deprecated.
This is scheduled to be removed in Gradle 9.0.
Consult the upgrading guide for further information: https://docs.gradle.org/8.14.1/userguide/upgrading_version_8.html#java_convention_deprecation
@slandelle slandelle force-pushed the chore-project-task branch from f5a5726 to f5f3061 Compare May 27, 2025 17:22
@slandelle slandelle requested a review from Isammoc May 27, 2025 17:23
@slandelle slandelle merged commit 72ff9eb into main May 27, 2025
1 check passed
@slandelle slandelle deleted the chore-project-task branch May 27, 2025 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants