Skip to content

Commit

Permalink
Fix compile error in build.gradle.kts on Gradle 7.6 (#686 / #687)
Browse files Browse the repository at this point in the history
  • Loading branch information
carterkozak committed Nov 15, 2022
1 parent 7f56ffe commit 2645d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -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")
Expand Down

0 comments on commit 2645d29

Please sign in to comment.