mirror of https://github.com/grpc/grpc-java.git
interop-testing,benchmarks: publish tar, zip
This commit is contained in:
parent
cd4b4b0fc5
commit
296440a4db
|
|
@ -100,3 +100,12 @@ applicationDistribution.into("bin") {
|
|||
from(benchmark_worker)
|
||||
fileMode = 0755
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
maven(MavenPublication) {
|
||||
artifact distZip
|
||||
artifact distTar
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -120,3 +120,12 @@ applicationDistribution.into("bin") {
|
|||
from(grpclb_long_lived_affinity_test_client)
|
||||
fileMode = 0755
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
maven(MavenPublication) {
|
||||
artifact distZip
|
||||
artifact distTar
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue