Skip to content

Commit

Permalink
ignore projects for api validation
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan committed Feb 17, 2025
1 parent 9744741 commit f2d1784
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1,892 deletions.
9 changes: 9 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ plugins {
group = "com.trendyol"
version = CI.version(project)

apiValidation {
ignoredProjects += listOf(
"ktor-example",
"micronaut-example",
"spring-example",
"spring-standalone-example",
"spring-streams-example"
)
}
kover {
reports {
filters {
Expand Down
218 changes: 0 additions & 218 deletions examples/ktor-example/api/ktor-example.api

This file was deleted.

Loading

0 comments on commit f2d1784

Please sign in to comment.