Skip to content

Commit

Permalink
Resolve a build issue in the benchmarks source set of the "integrat…
Browse files Browse the repository at this point in the history
…ed" module

```text
Execution failed for task ':exposed-vertx-sql-client-integrated:compileBenchmarksKotlin'.
> Could not resolve all files for configuration ':exposed-vertx-sql-client-integrated:benchmarksCompileClasspath'.
   > Could not resolve all dependencies for configuration ':exposed-vertx-sql-client-integrated:benchmarksCompileClasspath'.
      > Could not find io.vertx:vertx-sql-client:.
        Required by:
            project :exposed-vertx-sql-client-integrated > project :exposed-vertx-sql-client-core
```
  • Loading branch information
ShreckYe committed Nov 19, 2024
1 parent ef6d3d1 commit daf69d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integrated/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies {
afterEvaluate {
// for the benchmarks
dependencies {
with(commonDependencies.vertx) { "benchmarksImplementation"(platformStackDepchain()) } // needed
// The benchmarks run and "check" passes but the code doesn't resolve without this dependency TODO remove if not needed one day
"benchmarksImplementation"(cpnProject(project, ":core"))
"benchmarksImplementation"(cpnProject(project, ":postgresql"))
Expand Down

0 comments on commit daf69d7

Please sign in to comment.