Skip to content

Commit e67ee1f

Browse files
committed
Fix agent distribution build
1 parent e32bd5b commit e67ee1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

agent/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ distributions {
103103
}
104104
}
105105

106+
tasks.named('shadowDistZip').configure {
107+
archiveName = 'teamscale-jacoco-agent.zip'
108+
}
109+
106110
processResources {
107111
filesMatching('**/app.properties') {
108112
filter {

0 commit comments

Comments
 (0)