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

Replace use of deprecated IncrementalTaskInputs #14

Open
dpatriarche opened this issue Aug 9, 2022 · 0 comments
Open

Replace use of deprecated IncrementalTaskInputs #14

dpatriarche opened this issue Aug 9, 2022 · 0 comments

Comments

@dpatriarche
Copy link

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
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

1 participant