Skip to content

Commit b88403d

Browse files
authored
Add license to POM (#42)
1 parent 1e843e4 commit b88403d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ subprojects {
5454
publications {
5555
create<MavenPublication>("maven") {
5656
from(components["java"])
57+
pom {
58+
licenses {
59+
license {
60+
name.set("The Apache License, Version 2.0")
61+
url.set("http://www.apache.org/licenses/LICENSE-2.0.txt")
62+
}
63+
}
64+
}
5765
}
5866
}
5967
}

0 commit comments

Comments
 (0)