Skip to content

Commit

Permalink
Add an additional dependency on the "core" module for the benchmark c…
Browse files Browse the repository at this point in the history
…ode to resolve
  • Loading branch information
ShreckYe committed Nov 15, 2024
1 parent 58f65e3 commit e101fc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integrated/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ dependencies {
afterEvaluate {
// for the benchmarks
dependencies {
// 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"))

with(commonDependencies.testContainers) {
Expand Down

0 comments on commit e101fc8

Please sign in to comment.