Skip to content

Commit

Permalink
Adding name and description to org.opensearch.opensearch-job-schedule…
Browse files Browse the repository at this point in the history
…r pom (#338)

Signed-off-by: Joshua Palis <[email protected]>
  • Loading branch information
joshpalis authored Feb 28, 2023
1 parent 0711f3b commit 90d25f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ allprojects {
publications {
// add license information to generated poms
all {
pom {
name = "opensearch-job-scheduler"
description = "OpenSearch Job Scheduler plugin"
}
pom.withXml { XmlProvider xml ->
Node node = xml.asNode()
node.appendNode('inceptionYear', '2021')
Expand Down

0 comments on commit 90d25f0

Please sign in to comment.