Skip to content

Commit fff8a62

Browse files
committed
Remove outdated TODO comments for contrib 1.50.0 update
- Remove TODO comments about updating to contrib 1.50.0 - Remove duplicate GCP resource version.properties handling - Project is already using OpenTelemetry API 1.50.0 as evidenced in: - instrumentation/opentelemetry-api/opentelemetry-api-1.50/ - opentelemetry-api-shaded-for-instrumenting uses 1.50.0-alpha These TODO items are no longer relevant and the duplicate configuration was causing unnecessary complexity in the build.
1 parent f87d454 commit fff8a62

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

javaagent/build.gradle.kts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,6 @@ tasks {
161161
excludeBootstrapClasses()
162162

163163
duplicatesStrategy = DuplicatesStrategy.FAIL
164-
// TODO: remove after updating contrib to 1.50.0
165-
filesMatching("io/opentelemetry/contrib/gcp/resource/version.properties") {
166-
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
167-
}
168164
exclude("META-INF/LICENSE")
169165
exclude("META-INF/NOTICE")
170166
exclude("META-INF/maven/**")
@@ -190,10 +186,6 @@ tasks {
190186
exclude("okhttp3/internal/publicsuffix/PublicSuffixDatabase.list")
191187

192188
duplicatesStrategy = DuplicatesStrategy.FAIL
193-
// TODO: remove after updating contrib to 1.50.0
194-
filesMatching("io/opentelemetry/contrib/gcp/resource/version.properties") {
195-
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
196-
}
197189
filesMatching("META-INF/io/opentelemetry/instrumentation/**") {
198190
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
199191
}

0 commit comments

Comments
 (0)