diff options
| author | Bogdan Drutu <bdrutu@google.com> | 2017-03-24 09:50:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-24 09:50:38 -0700 |
| commit | 9118e1e07df8fce5a3f7d6df6950df7afb3ba894 (patch) | |
| tree | 88e0d0fdbdcb8500cc626dbe086172bd37ba3e42 /all | |
| parent | 14920b483eb85d440c1f501eda21023d15a7ea6f (diff) | |
| download | platform_external_opencensus-java-9118e1e07df8fce5a3f7d6df6950df7afb3ba894.tar.gz platform_external_opencensus-java-9118e1e07df8fce5a3f7d6df6950df7afb3ba894.tar.bz2 platform_external_opencensus-java-9118e1e07df8fce5a3f7d6df6950df7afb3ba894.zip | |
Change project name to be instrumentation-java. Helps IDEs to have the same name as the main directory. (#169)
Diffstat (limited to 'all')
| -rw-r--r-- | all/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/all/build.gradle b/all/build.gradle index 5e14f9d4..64668ed0 100644 --- a/all/build.gradle +++ b/all/build.gradle @@ -12,8 +12,8 @@ buildscript { } def subprojects = [ - project(':instrumentation-core'), - project(':instrumentation-core-impl'), + project(':instrumentation-java-core'), + project(':instrumentation-java-core-impl'), ] for (subproject in rootProject.subprojects) { |
