Skip to content

Commit 8fa98fa

Browse files
[release/v1.19.x] Enable otel.publish-conventions for aws-resources (#535)
Clean cherry-pick of #534 to the `release/v1.19.x` branch. Co-authored-by: jack-berg <[email protected]>
1 parent ebc99e4 commit 8fa98fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

aws-resources/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
plugins {
22
id("otel.java-conventions")
33

4-
// TODO: uncomment after 1.18.0 release
5-
// id("otel.publish-conventions")
4+
id("otel.publish-conventions")
65
}
76

87
description = "OpenTelemetry AWS Resources Support"

0 commit comments

Comments
 (0)