Skip to content

Commit 42db913

Browse files
committed
Trailing comma
1 parent 7f6f6ad commit 42db913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ tasks {
8989
// We suppress the "options" warning because it prevents compilation on modern JDKs
9090
"-Xlint:-options",
9191
// Fail build on any warning
92-
"-Werror"
92+
"-Werror",
9393
),
9494
)
9595
}

0 commit comments

Comments
 (0)