interop-testing,benchmarks: publish tar, zip

This commit is contained in:
Jihun Cho 2019-10-31 16:18:30 -07:00
parent cd4b4b0fc5
commit 296440a4db
2 changed files with 18 additions and 0 deletions

View File

@ -100,3 +100,12 @@ applicationDistribution.into("bin") {
from(benchmark_worker)
fileMode = 0755
}
publishing {
publications {
maven(MavenPublication) {
artifact distZip
artifact distTar
}
}
}

View File

@ -120,3 +120,12 @@ applicationDistribution.into("bin") {
from(grpclb_long_lived_affinity_test_client)
fileMode = 0755
}
publishing {
publications {
maven(MavenPublication) {
artifact distZip
artifact distTar
}
}
}