jk1/Gradle-License-Report

Unable to specify license via transformation rules

Closed this issue · 0 comments

These are listed under Unknown in the report:

 994. Group: com.apollographql.apollo Name: apollo-api Version: 2.5.5
 995. Group: com.apollographql.apollo Name: apollo-normalized-cache Version: 2.5.5
 996. Group: com.apollographql.apollo Name: apollo-normalized-cache-api Version: 2.5.5
 997. Group: com.benasher44 Name: uuid Version: 0.2.0
 998. Group: com.github.ajalt.clikt Name: clikt Version: 3.2.0
 999. Group: com.squareup.okio Name: okio-multiplatform Version: 2.9.0
1000. Group: org.jetbrains.kotlinx Name: kotlinx-coroutines-core Version: 1.5.1
1001. Group: software.amazon.awssdk Name: bom Version: 2.17.15

As mentioned in #208 I do have excludeBoms enabled, so lets ignore the last one here for now. The other entries I've tried overriding with modulePattern for example ".*apollographql.*" etc, without luck. Other uses of modulePattern work correctly.

Example of non-working override:

    {
      "bundleName": "MIT",
      "modulePattern": ".*apollo.*"
    }