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
this plugin won't be compatible to gradle 8.0, as the following error occurs when syncing my project with the plugin enabled:
IncrementalTaskInputs has been deprecated. This is scheduled to be removed in Gradle 8.0. On method 'GenerateJsonSchemaAndroidTask.generate' use 'org.gradle.work.InputChanges' instead. Consult the upgrading guide for further information: https://docs.gradle.org/7.5/userguide/upgrading_version_7.html#incremental_task_inputs_deprecation
Could this plugin be updated please to conform to these changes?
Should any additional information be required, I'd be happy to help
The text was updated successfully, but these errors were encountered:
should be enough as both IncrementalTaskInputs as well as InputChanges have boolean isIncremental(); which seems to be the only method that is being used
joelittlejohn
changed the title
Deprecated warning with gradle plugin version 1.1.2
Avoid deprecation warning with Gradle plugin re Gradle 8.0 and IncrementalTaskInputs
Jan 22, 2023
Hey there,
this plugin won't be compatible to gradle 8.0, as the following error occurs when syncing my project with the plugin enabled:
IncrementalTaskInputs has been deprecated. This is scheduled to be removed in Gradle 8.0. On method 'GenerateJsonSchemaAndroidTask.generate' use 'org.gradle.work.InputChanges' instead. Consult the upgrading guide for further information: https://docs.gradle.org/7.5/userguide/upgrading_version_7.html#incremental_task_inputs_deprecation
Could this plugin be updated please to conform to these changes?
Should any additional information be required, I'd be happy to help
The text was updated successfully, but these errors were encountered: