Skip to content

Commit b0631a8

Browse files
authored
Merge pull request #4 from thc202/add-on-id-no-hyphens
Use project name without hyphens as add-on ID
2 parents 2cddb9c + 22ec5b4 commit b0631a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ java {
2626
}
2727

2828
zapAddOn {
29+
addOnId.set(project.name.replace("-", ""))
2930
addOnName.set("FuzzDB Web Backdoors")
3031
addOnStatus.set(AddOnStatus.RELEASE)
3132
zapVersion.set("2.5.0")

0 commit comments

Comments
 (0)