Publishing license info via Gradle

Maven’s pom.xml files can keep license info in a more-or-less standard format. e.g. https://github.com/taskadapter/redmine-java-api/blob/master/pom.xml once we switch from Maven to Gradle, how can we make sure this info gets into Maven Central?

Here’s Maven’s standard for defining license info in pom.xml: http://maven.apache.org/pom.html#Licenses

See the Gradle User Guide on how to add arbitrary information to the published POM.

yes, this should do it. thank you.