Skip to content

Commit e1889b0

Browse files
author
Jeel Mehta
committed
Removing exporter from our rott folder settings.gradle file and adding a separate settings.gradle file for our exporter
1 parent a24e2a5 commit e1889b0

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
*
2+
* Copyright Amazon.com, Inc. or its affiliates.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License").
5+
* You may not use this file except in compliance with the License.
6+
* A copy of the License is located at
7+
*
8+
* http://aws.amazon.com/apache2.0
9+
*
10+
* or in the "license" file accompanying this file. This file is distributed
11+
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
* express or implied. See the License for the specific language governing
13+
* permissions and limitations under the License.
14+
*/
15+
16+
rootProject.name = "aws-otel-otlp-udp-exporter"
17+
18+
dependencyResolutionManagement {
19+
repositories {
20+
mavenCentral() // For dependencies like opentelemetry-bom, junit, etc.
21+
mavenLocal() // In case you need to use local dependencies
22+
}
23+
}
24+
25+
pluginManagement {
26+
repositories {
27+
mavenCentral()
28+
}
29+
}

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ dependencyResolutionManagement {
4141
include(":awsagentprovider")
4242
include(":awspropagator")
4343
include(":dependencyManagement")
44-
include(":exporters:aws-otel-otlp-udp-exporter")
4544
include(":instrumentation:logback-1.0")
4645
include(":instrumentation:log4j-2.13.2")
4746
include(":instrumentation:jmx-metrics")

0 commit comments

Comments
 (0)