Skip to content

Commit

Permalink
Build: Disable api validation for unstable projects
Browse files Browse the repository at this point in the history
These are explicitly unstable and we do not guarantee backwards compatibility,
nor do we maintain explicit api files.
  • Loading branch information
Johni0702 committed Feb 28, 2024
1 parent a5b6bef commit 56b5d1b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
}

apiValidation {
ignoredProjects.add("platform")
ignoredProjects.addAll(listOf("platform", "statev2", "layoutdsl"))
ignoredPackages.add("com.example")
nonPublicMarkers.add("org.jetbrains.annotations.ApiStatus\$Internal")
}
Empty file.
Empty file removed unstable/statev2/api/statev2.api
Empty file.

0 comments on commit 56b5d1b

Please sign in to comment.