Skip to content

Commit

Permalink
Merge pull request #1 from ArneSwinnen/new_branch
Browse files Browse the repository at this point in the history
Fix for gradle error during build -
  • Loading branch information
floyd-fuh authored Nov 29, 2021
2 parents a2bf653 + 3ab722b commit 004c14a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ application {
}

tasks.withType<Jar>() {

duplicatesStrategy = DuplicatesStrategy.EXCLUDE

manifest {
attributes["Main-Class"] = "burp.BurpExtender"
}
Expand Down

0 comments on commit 004c14a

Please sign in to comment.