RBusarow / Dispatch

Automatic CoroutineDispatcher injection and extensions for kotlinx.coroutines
https://rbusarow.github.io/Dispatch/
Apache License 2.0
137 stars 6 forks source link

Missing license URL #606

Open realdadfish opened 2 years ago

realdadfish commented 2 years ago

Hi!

We've encountered a small nuisance in the Maven configuration of this library. The license URL tag

<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>

is missing from the generated POM files for artifacts of this project. This makes it impossible for some 3rd party tools like https://github.com/jaredsburrows/gradle-license-plugin/ to automatically display the correct license of this library.

Many thanks for your work!