Skip to content

Commit

Permalink
Fix agent distribution build
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed Feb 13, 2019
1 parent e32bd5b commit e67ee1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ distributions {
}
}

tasks.named('shadowDistZip').configure {
archiveName = 'teamscale-jacoco-agent.zip'
}

processResources {
filesMatching('**/app.properties') {
filter {
Expand Down

0 comments on commit e67ee1f

Please sign in to comment.