mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 19:09:03 +00:00
Add project name and description
This commit is contained in:
parent
be8454cb59
commit
957dfea0b5
@ -89,6 +89,8 @@ publishing {
|
|||||||
publications.create<MavenPublication>("maven") {
|
publications.create<MavenPublication>("maven") {
|
||||||
from(components["java"])
|
from(components["java"])
|
||||||
pom {
|
pom {
|
||||||
|
name.set("PlantUML")
|
||||||
|
description.set("PlantUML is a component that allows to quickly write diagrams from text.")
|
||||||
groupId = project.group as String
|
groupId = project.group as String
|
||||||
artifactId = project.name
|
artifactId = project.name
|
||||||
version = project.version as String
|
version = project.version as String
|
||||||
|
Loading…
Reference in New Issue
Block a user