GH-31 - Fix build resource file detection for test execution optimizations.

This commit is contained in:
Oliver Drotbohm
2024-09-16 17:18:34 +02:00
parent a391e86ee8
commit 3773c0d175
3 changed files with 15 additions and 3 deletions

View File

@@ -395,7 +395,7 @@ Tests will be selected for execution if they reside in either a root module, a m
The optimization will back off optimizing the execution under the following circumstances:
* The test execution originates from an IDE as we assume the execution is triggered explicitly.
* The set of changes contains a change to a resource related to a build system (`pom.xml`, `build.gradle`, `gradle.properties`).
* The set of changes contains a change to a resource related to a build system (`pom.xml`, `build.gradle(.kts)`, `gradle.properties`, and `settings.gradle(.kts)`).
* The set of changes contains a change to any classpath resource.
* The project does not contain a change at all (typical in a CI build).