-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Deprecate IncrementalTaskInputs
#9048
Comments
We should do the deprecation only when Gradle's built-in tasks don't use the old API any more. When that happens, we also should de-incubate |
We need to do #9052 before we can deprecate |
Let's deprecate it for 6.0 and start nagging in 7.0. |
The non-nagging deprecation has been done as part of #10490. |
This commit fully deprecates `IncrementalTaskInputs` by nagging the user whenever a task action uses this type. Closes #9048
I'm removing the 7.1 milestone because #17115 showed that we first need a release of the Kotlin plugin which doesn't use the old API. |
Kotlin 1.6 seems to have moved to InputChanges: JetBrains/kotlin@7b6dddf So we can do this as still as Gradle moves to Kotlin 1.6.x |
Everybody should use
InputChanges
.The text was updated successfully, but these errors were encountered: