aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorsebright <sebright@google.com>2018-09-06 13:12:52 -0700
committerGitHub <noreply@github.com>2018-09-06 13:12:52 -0700
commit831fd8d932738883be3a0bbabb424837a95ed410 (patch)
treea1089947ca03dea5888532d94a9fb53e75bda851 /settings.gradle
parent33fa631b0901b82a6929f7d75a93d73773488079 (diff)
downloadopencensus-java-831fd8d932738883be3a0bbabb424837a95ed410.tar.gz
Rename opencensus-contrib-log-correlation-log4j artifact/package to use log4j2. (#1411)
This commit renames the artifact to opencensus-contrib-log-correlation-log4j2 and renames the package to io.opencensus.contrib.logcorrelation.log4j2. The name change emphasizes that the artifact only works with Log4j 2 and allows us to add support for other versions of Log4j in the future.
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/settings.gradle b/settings.gradle
index 07f14eb5..fd3484d1 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -19,7 +19,7 @@ include ":opencensus-contrib-exemplar-util"
include ":opencensus-contrib-grpc-metrics"
include ":opencensus-contrib-grpc-util"
include ":opencensus-contrib-http-util"
-include ":opencensus-contrib-log-correlation-log4j"
+include ":opencensus-contrib-log-correlation-log4j2"
include ":opencensus-contrib-log-correlation-stackdriver"
include ":opencensus-contrib-monitored-resource-util"
include ":opencensus-contrib-spring"
@@ -37,8 +37,8 @@ project(':opencensus-contrib-exemplar-util').projectDir = "$rootDir/contrib/exem
project(':opencensus-contrib-grpc-metrics').projectDir = "$rootDir/contrib/grpc_metrics" as File
project(':opencensus-contrib-grpc-util').projectDir = "$rootDir/contrib/grpc_util" as File
project(':opencensus-contrib-http-util').projectDir = "$rootDir/contrib/http_util" as File
-project(':opencensus-contrib-log-correlation-log4j').projectDir =
- "$rootDir/contrib/log_correlation/log4j" as File
+project(':opencensus-contrib-log-correlation-log4j2').projectDir =
+ "$rootDir/contrib/log_correlation/log4j2" as File
project(':opencensus-contrib-log-correlation-stackdriver').projectDir =
"$rootDir/contrib/log_correlation/stackdriver" as File
project(':opencensus-contrib-monitored-resource-util').projectDir =