aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorStefan Schmidt <ubschmidt2@users.noreply.github.com>2017-06-18 18:13:06 +0200
committerGitHub <noreply@github.com>2017-06-18 18:13:06 +0200
commit34bf735101af5e4ef1fbf4a375ee2ea8a4b01e4b (patch)
tree150873e33e8172300844fb528f02cc4de9bd80c6 /settings.gradle
parent971ed8493076aae1b63f724ae572abe5440bf5a2 (diff)
downloadopencensus-java-34bf735101af5e4ef1fbf4a375ee2ea8a4b01e4b.tar.gz
Add the *OpenCensus Agent for Java* to the build process. (#365)
* Add the *OpenCensus Agent for Java* to the build process. * Moved agent to contrib/agent/ (was agent/).
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
index 41395b1d..c87aed4a 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,5 +1,6 @@
rootProject.name = "opencensus-java"
+include ":opencensus-agent"
include ":opencensus-api"
include ":opencensus-impl-core"
include ":opencensus-impl-lite"
@@ -11,6 +12,7 @@ include ":core_impl"
include ":core_impl_java"
include ":core_impl_android"
+project(':opencensus-agent').projectDir = "$rootDir/contrib/agent" as File
project(':opencensus-api').projectDir = "$rootDir/api" as File
project(':opencensus-impl-core').projectDir = "$rootDir/impl_core" as File
project(':opencensus-impl-lite').projectDir = "$rootDir/impl_lite" as File