diff --git a/build.gradle b/build.gradle index b1ecde4..bddea36 100644 --- a/build.gradle +++ b/build.gradle @@ -58,6 +58,15 @@ publishing { publications { maven(MavenPublication) { from components.java + + pom { + licenses { + license { + name = 'The Apache License, Version 2.0' + url = 'http://www.apache.org/licenses/LICENSE-2.0.txt' + } + } + } } }