1
0
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:
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") { 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