Skip to content

Commit cc3b673

Browse files
committed
Exclude bom project from api validation
1 parent d8ab525 commit cc3b673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ allprojects {
1111
}
1212

1313
apiValidation {
14-
ignoredProjects += listOf("benchmark", "test-suites")
14+
ignoredProjects += listOf("benchmark", "test-suites", "json-schema-validator-bom")
1515
}
1616

1717
val ossrhUsername: String by project.ext

0 commit comments

Comments
 (0)