Skip to content

Conversation

@dwittkoetter
Copy link
Contributor

We are using Gradle's Version Catalogue in our project to specify dependencies outside of the build.gradle(.kts). Instead, all dependencies and their versions are located in a gradle/libs.versions.toml file. Currently, this file is not included in the specified build files for the change detection. The JUnit extension from spring-modulith-junit will not detect changes in those files and therefore version updates will not back off the optimization of the module test execution.

I prepared this PR so the libs.versions.toml file is recognized by OtherFileChange.

Signed-off-by: Dennis Wittkötter <dw@logentis.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant