grpc-java/interop-testing
Eric Anderson 026673cff5 gradle: Fix Gradle 6 warnings
Most of these are easy "replace X with Y."

The CreateStartScripts changes were because the scripts were being included in
the output zip/tar multiple times. The was because they were all using the same
output directory, and the entire output directory was being included for each.
The output directory tmp/ was particularly poor because other tasks were
dumping things into it, so our zip/tar was including those junk files as well.
2020-07-31 09:52:36 -05:00
..
src interop-testing: add flags to xds test client 2020-07-28 12:43:00 -07:00
build.gradle gradle: Fix Gradle 6 warnings 2020-07-31 09:52:36 -05:00