1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-12-22 02:49:06 +00:00

Add project name and description

This commit is contained in:
Arnaud Roques 2023-03-09 19:44:20 +01:00
parent be8454cb59
commit 957dfea0b5

View File

@ -89,6 +89,8 @@ publishing {
publications.create<MavenPublication>("maven") {
from(components["java"])
pom {
name.set("PlantUML")
description.set("PlantUML is a component that allows to quickly write diagrams from text.")
groupId = project.group as String
artifactId = project.name
version = project.version as String