Every time I build the project, I get a warning such as the following:
12:45:45 PM: Executing 'jar'...
> Task :generateEffectiveLombokConfig UP-TO-DATE
> Task :compileJava UP-TO-DATE
> Task :processResources UP-TO-DATE
> Task :classes UP-TO-DATE
> Task :jar
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.9/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 3s
4 actionable tasks: 1 executed, 3 up-to-date
12:45:49 PM: Execution finished 'jar'.
I should upgrade the Gradle features to prevent this warning.
Description
Every time I build the project, I get a warning such as the following:
I should upgrade the Gradle features to prevent this warning.
Definition of Done