modulePattern weirdness
Opened this issue · 0 comments
dsvensson commented
The reporting gives me these under Unknown:
948. Group: ru.gildor.knel Name: knel Version: 0.3
949. Group: ru.gildor.knel Name: knel-jvm Version: 0.3
For:
dependencies {
implementation("ru.gildor.knel:knel:0.3")
}
And I've tried overriding it via:
{
"bundleName": "Apache-2.0",
"modulePattern": "ru\\.gildor\\.knel.*"
},
But that only fixes one of them, this one remains:
949. Group: ru.gildor.knel Name: knel Version: 0.3
Bug, or am I missing something?