mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-25 06:17:33 +00:00
Set POM details for publishing
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
This commit is contained in:
parent
cfe2b60db9
commit
9fa39de8b2
@ -89,6 +89,9 @@ publishing {
|
|||||||
publications.create<MavenPublication>("maven") {
|
publications.create<MavenPublication>("maven") {
|
||||||
from(components["java"])
|
from(components["java"])
|
||||||
pom {
|
pom {
|
||||||
|
groupId = project.group as String
|
||||||
|
artifactId = project.name
|
||||||
|
version = project.version as String
|
||||||
url.set("https://plantuml.com/")
|
url.set("https://plantuml.com/")
|
||||||
licenses {
|
licenses {
|
||||||
license {
|
license {
|
||||||
@ -109,7 +112,6 @@ publishing {
|
|||||||
url.set("https://github.com/plantuml/plantuml")
|
url.set("https://github.com/plantuml/plantuml")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
suppressAllPomMetadataWarnings()
|
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
|
Loading…
Reference in New Issue
Block a user