icerockdev / moko-graphics

Graphics primitives for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev/
Apache License 2.0
27 stars 5 forks source link

Don't use repo LICENSE as the POM license URL #34

Open eygraber opened 2 weeks ago

eygraber commented 2 weeks ago

It causes issues with license verification libraries like Licensee. Removing the URL at https://github.com/icerockdev/moko-graphics/blob/master/graphics-build-logic/src/main/kotlin/publication-convention.gradle.kts#L33 should do the trick because the name is already set to the correct SPDX id.

eygraber commented 2 weeks ago

Looks like this is the case for all of the moko-* artifacts.