Skip to content

Commit

Permalink
Merge pull request #4915 from thc202/pom-proj-desc
Browse files Browse the repository at this point in the history
Correct POM description configuration
  • Loading branch information
kingthorin authored Sep 21, 2023
2 parents e0ecd15 + 9ff52a6 commit 2cbb1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addOns/addOns.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ subprojects {
pom {
name.set(project.zapAddOn.addOnName.map { "ZAP - $it Add-on" })
packaging = "jar"
description.set(project.description)
description.set(provider { project.description })
url.set("https://github.com/zaproxy/zap-extensions")
inceptionYear.set(project.property("zap.maven.pom.inceptionyear") as String)

Expand Down

0 comments on commit 2cbb1f1

Please sign in to comment.