mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-24 22:07: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") {
|
||||
from(components["java"])
|
||||
pom {
|
||||
groupId = project.group as String
|
||||
artifactId = project.name
|
||||
version = project.version as String
|
||||
url.set("https://plantuml.com/")
|
||||
licenses {
|
||||
license {
|
||||
@ -109,7 +112,6 @@ publishing {
|
||||
url.set("https://github.com/plantuml/plantuml")
|
||||
}
|
||||
}
|
||||
suppressAllPomMetadataWarnings()
|
||||
}
|
||||
repositories {
|
||||
maven {
|
||||
|
Loading…
Reference in New Issue
Block a user