aboutsummaryrefslogtreecommitdiff
path: root/all
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2017-03-24 09:50:38 -0700
committerGitHub <noreply@github.com>2017-03-24 09:50:38 -0700
commit9118e1e07df8fce5a3f7d6df6950df7afb3ba894 (patch)
tree88e0d0fdbdcb8500cc626dbe086172bd37ba3e42 /all
parent14920b483eb85d440c1f501eda21023d15a7ea6f (diff)
downloadopencensus-java-9118e1e07df8fce5a3f7d6df6950df7afb3ba894.tar.gz
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.gradle4
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) {