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
The gradle-frontend-plugin uses deprecated Gradle APIs that will be removed in Gradle 8.0. When building a project with Gradle 7.5.1 the following warnings are output:
$ ./gradlew clean build --warning-mode all
> Configure project :my-project
IncrementalTaskInputs has been deprecated. This is scheduled to be removed in Gradle 8.0. On method 'CssMinifyTask.minifyCss' use 'org.gradle.work.InputChanges' instead. Consult the upgrading guide for further information: https://docs.gradle.org/7.5.1/userguide/upgrading_version_7.html#incremental_task_inputs_deprecation
IncrementalTaskInputs has been deprecated. This is scheduled to be removed in Gradle 8.0. On method 'JsMinifyTask.compileJs' use 'org.gradle.work.InputChanges' instead. Consult the upgrading guide for further information: https://docs.gradle.org/7.5.1/userguide/upgrading_version_7.html#incremental_task_inputs_deprecation
IncrementalTaskInputs has been deprecated. This is scheduled to be removed in Gradle 8.0. On method 'JsMergeTask.mergeJavascript' use 'org.gradle.work.InputChanges' instead. Consult the upgrading guide for further information: https://docs.gradle.org/7.5.1/userguide/upgrading_version_7.html#incremental_task_inputs_deprecation
The text was updated successfully, but these errors were encountered:
The
gradle-frontend-plugin
uses deprecated Gradle APIs that will be removed in Gradle 8.0. When building a project with Gradle 7.5.1 the following warnings are output:The text was updated successfully, but these errors were encountered: