Skip to content

Commit aff4a9c

Browse files
authored
Merge pull request #3 from SooStrator1136/master
2 parents 8d10476 + b111d50 commit aff4a9c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,12 @@ artifacts {
6262
archives javadocJar
6363
}
6464

65-
// To specify a license in the pom:
6665
publishing {
6766
publications {
6867
mavenJava(MavenPublication) {
69-
pom {
68+
from components.java
69+
70+
pom { // To specify a license in the pom:
7071
licenses {
7172
license {
7273
name = 'MIT License'

0 commit comments

Comments
 (0)