Skip to content

Commit

Permalink
Exclude the unneeded subproject in API validation, remove their "api"…
Browse files Browse the repository at this point in the history
… directories, and run `apiDump` and `check` to verify it works
  • Loading branch information
ShreckYe committed Dec 3, 2024
1 parent 035a7dc commit 379db55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 62 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ plugins {
dependencies {
dokka(project(":exposed-vertx-sql-client-postgresql"))
}

apiValidation {
ignoredProjects += "exposed-vertx-sql-client-integrated"
}
62 changes: 0 additions & 62 deletions integrated/api/exposed-vertx-sql-client-integrated.api

This file was deleted.

0 comments on commit 379db55

Please sign in to comment.