LicenseToolsPlugin icon indicating copy to clipboard operation
LicenseToolsPlugin copied to clipboard

[Question / Feature-request] - improve ignoredGroups with wildcard

Open mirecalu opened this issue 5 years ago • 2 comments

licenseTools {
    ignoredGroups = setOf("com.foo.",
            "com.foo.android.bar",
            "com.foo.android",
            "com.foo.bar")
}

Is there a way to filter every groups which begin with "com.foo" ?

like :

licenseTools {
    ignoredGroups = setOf("com.foo.*")
}

mirecalu avatar May 19 '20 14:05 mirecalu

Hi, @mirecalu I would like to know in what case you would like to use the wild card. (e.g. Ignoring androidx libraries, or inhouse libraries ...)

k4zy avatar May 20 '20 07:05 k4zy

Hi @kazyApp, Yep ignoring the inhouse libraries. We have many inhouse libraries, so it could be nice to create a filter in the gradle conf to avoid adding "skip" on every inhouse lib into the yml file.

What do you think ?

mirecalu avatar May 20 '20 08:05 mirecalu