79419668

Date: 2025-02-07 00:06:26
Score: 0.5
Natty:
Report link

Solved by removing:

excludes += "/*.jar"

from packaging {} options

with:

packaging {
    resources {
        excludes += ["/META-INF/{AL2.0,LGPL2.1}"]
        merges += ["META-INF/LICENSE.md", "META-INF/LICENSE-notice.md"]
    }
}

working fine to me

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Oleksii Shtanko