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
> Task :compileJava
> Task :generateGitProperties
> Task :processResources
Execution optimizations have been disabled for task ':processResources' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '<PROJECT_DIR>\build\some-directory-for-git.properties'. Reason: Task ':processResources' uses this output of task ':generateGitProperties' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5/userguide/validation_problems.html#implicit_dependency for more details about this problem.
Gradle detected a problem with the following location: '<PROJECT_DIR>\build\some-directory-for-git.properties'. Reason: Task ':processResources' uses this output of task ':generateGitProperties' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5/userguide/validation_problems.html#implicit_dependency for more details about this problem. This behaviour has been deprecated and is scheduled to be removed in Gradle 8.0. Execution optimizations are disabled to ensure correctness. See https://docs.gradle.org/7.5/userguide/more_about_tasks.html#sec:up_to_date_checks for more details.
> Task :classes
> Task :jar
> Task :assemble
> Task :compileTestJava NO-SOURCE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :test NO-SOURCE
> Task :check UP-TO-DATE
> Task :build
Execution optimizations have been disabled for 1 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.
BUILD SUCCESSFUL in 658ms
4 actionable tasks: 4 executed
The text was updated successfully, but these errors were encountered:
Context
Gradle 7.5
build.gradle.kts
Command:
gradlew build --warning-mode=all
Expected behavior
Build without warning
Actual behavior
The text was updated successfully, but these errors were encountered: