Skip to content

Gradle 7.4 - Execution optimizations have been disabled for task ':diffCoverage' #37

Description

@NicklasWallgren
> Task :diffCoverage
Execution optimizations have been disabled for task ':diffCoverage' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<PATH>/build/classes/java/main'. Reason: Task ':diffCoverage' uses this output of task ':compileJava' 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.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<PATH>/build/jacoco/test.exec'. Reason: Task ':diffCoverage' uses this output of task ':test' 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.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<PATH>/build/resources/main'. Reason: Task ':diffCoverage' uses this output of task ':processResources' 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.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
Fail on violations: false. Found violations: 0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions