We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458619f commit b111d50Copy full SHA for b111d50
build.gradle
@@ -62,11 +62,12 @@ artifacts {
62
archives javadocJar
63
}
64
65
-// To specify a license in the pom:
66
publishing {
67
publications {
68
mavenJava(MavenPublication) {
69
- pom {
+ from components.java
+
70
+ pom { // To specify a license in the pom:
71
licenses {
72
license {
73
name = 'MIT License'
0 commit comments