diff options
| author | Yang Song <songy23@users.noreply.github.com> | 2017-04-13 17:18:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-13 17:18:02 -0700 |
| commit | cc699ff9f48e3c9f48e38d7e2adbf7b9d079b480 (patch) | |
| tree | fe6d272ad78078466c8ecb45f4af03a8c36bd650 /settings.gradle | |
| parent | eba004cbe787feaf7a5e3b308cab9d7c208a9721 (diff) | |
| download | platform_external_opencensus-java-cc699ff9f48e3c9f48e38d7e2adbf7b9d079b480.tar.gz platform_external_opencensus-java-cc699ff9f48e3c9f48e38d7e2adbf7b9d079b480.tar.bz2 platform_external_opencensus-java-cc699ff9f48e3c9f48e38d7e2adbf7b9d079b480.zip | |
Remove proto directory. (#216)
* Remove proto sub-module and related rules in settings.gradle and build.gradle.
Diffstat (limited to 'settings.gradle')
| -rw-r--r-- | settings.gradle | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/settings.gradle b/settings.gradle index 0981396f..180b4bfd 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,14 +3,12 @@ include ":instrumentation-java-all" include ":instrumentation-java-benchmarks" include ":instrumentation-java-core" include ":instrumentation-java-core-impl" -include ":proto" include ":shared" project(':instrumentation-java-all').projectDir = "$rootDir/all" as File project(':instrumentation-java-benchmarks').projectDir = "$rootDir/benchmarks" as File project(':instrumentation-java-core').projectDir = "$rootDir/core" as File project(':instrumentation-java-core-impl').projectDir = "$rootDir/core_impl" as File -project(':proto').projectDir = "$rootDir/proto" as File project(':shared').projectDir = "$rootDir/shared" as File // Java8 projects only |
