Skip to content

Commit 1965ffe

Browse files
authored
Drop dead databinding ignore and add benchmark to apiValidation (#6432)
- Remove `com/getstream/sdk/chat/databinding` from ignoredPackages — the `com.getstream.sdk` namespace no longer exists in the repo. - Add `stream-chat-android-benchmark` to ignoredProjects so the list enumerates every non-validated module.
1 parent 8891e22 commit 1965ffe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ tasks.withType<Delete> {
114114
}
115115

116116
apiValidation {
117-
ignoredPackages.add("com/getstream/sdk/chat/databinding")
118117
ignoredPackages.add("io/getstream/chat/android/ui/databinding")
119118

120119
ignoredProjects += listOf(
120+
"stream-chat-android-benchmark",
121121
"stream-chat-android-client-test",
122122
"stream-chat-android-compose-sample",
123123
"stream-chat-android-docs",

0 commit comments

Comments
 (0)