net.corda.plugins.bintray.License.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of publish-utils Show documentation
Show all versions of publish-utils Show documentation
A small gradle plugin that adds a couple of convenience functions for publishing to Maven
package net.corda.plugins.bintray
class License {
/**
* The name of license (eg; Apache 2.0)
*/
String name
/**
* URL to the full license file
*/
String url
/**
* The distribution level this license corresponds to (eg: repo)
*/
String distribution
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy