Skip to content

Cached build outputs are still considered for newly skipped sourcesets #98

@TheMrMilchmann

Description

@TheMrMilchmann

When adding a source set to skip (e.g., skipSourceSet("test")) after a report for the source set has been generated, the report is still considered during the enforce task.

This happens because only the corresponding checkArchRules{SourceSet} task is skipped, but the enforceArchRules still uses the results from all CheckRulesTask regardless.

This can be mitigated by running clean, so it's not a critical issue.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

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