Skip to content

Commit

Permalink
Update build to use 2.14
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Bennetts <[email protected]>
  • Loading branch information
psiinon committed Oct 12, 2023
1 parent c44c87b commit 3ed6eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ spotless {

val noAddOnsZapVersions = "ZapVersions.xml"
val devZapVersions = "ZapVersions-dev.xml"
val nameLatestZapVersions = "ZapVersions-2.13.xml"
val nameLatestZapVersions = "ZapVersions-2.14.xml"
val latestZapVersions = file(nameLatestZapVersions)

val ghUser = GitHubUser("zapbot", "[email protected]", System.getenv("ZAPBOT_TOKEN"))
val adminRepo = GitHubRepo("zaproxy", "zap-admin", rootDir)

val addOnsZapVersions = files(devZapVersions, latestZapVersions, "ZapVersions-2.14.xml")
val addOnsZapVersions = files(devZapVersions, latestZapVersions)
val defaultChecksumAlgorithm = "SHA-256"

tasks {
Expand Down

0 comments on commit 3ed6eb2

Please sign in to comment.