Skip to content

Commit c3c8c24

Browse files
committed
Exclude test-support modules from api validation
1 parent c0acbd7 commit c3c8c24

File tree

3 files changed

+3
-695
lines changed

3 files changed

+3
-695
lines changed

build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ apiValidation {
8787
"test-app-sentry",
8888
"test-app-size",
8989
"sentry-samples-netflix-dgs",
90-
"sentry-samples-console-otlp"
90+
"sentry-samples-console-otlp",
91+
"sentry-test-support",
92+
"sentry-system-test-support"
9193
)
9294
)
9395
}

0 commit comments

Comments
 (0)