Skip to content

Commit

Permalink
fix api check
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Oct 17, 2024
1 parent 1d69a4e commit 4b14314
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ apiValidation {
this.ignoredProjects.addAll(
listOf(
"api-reader",
"intents-processor"
"intents-processor",
"dispatch-serializer-processor",
),
)

Expand Down

0 comments on commit 4b14314

Please sign in to comment.