binary-compatibility-validator icon indicating copy to clipboard operation
binary-compatibility-validator copied to clipboard

feat: add `ignoreSubprojects` configuration

Open lauzadis opened this issue 2 years ago • 0 comments

This PR adds support for ignoring groups of projects by adding an ignoreSubprojects configuration. When enabled, the plugin will ignore all projects specified by ignoredProjects and each of those project's subprojects.

For example, with the following project structure and project1 in ignoredProjects, when ignoreSubprojects is enabled, subproject1 and subproject2 will be ignored too.

project1
    > subproject1
    > subproject2
project2

Closes https://github.com/Kotlin/binary-compatibility-validator/issues/3

lauzadis avatar May 10 '23 21:05 lauzadis