You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the resulting pom.xml file of the library is missing information about the license, which leads to issues when using tools that would benefit from retrieving that information.
It would be great if license info could be added to the file.
One approach could be to add the pom {} block to mavenPublish in gradle.
The text was updated successfully, but these errors were encountered:
Currently, the resulting pom.xml file of the library is missing information about the license, which leads to issues when using tools that would benefit from retrieving that information.
It would be great if license info could be added to the file.
One approach could be to add the
pom {}
block tomavenPublish
in gradle.The text was updated successfully, but these errors were encountered: