diff --git a/build.gradle.kts b/build.gradle.kts index b636ff4f4..5c1bc4969 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -297,7 +297,7 @@ tasks { val demoTests by registering(JvmTestSuite::class) { dependencies { - implementation(project) + implementation(project(project.path)) implementation("com.google.jimfs:jimfs:1.2") implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion") implementation("org.assertj:assertj-core:3.22.0")