mirror of https://github.com/grpc/grpc-java.git
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. |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||