Skip to content

Commit

Permalink
fix junit-pioneer#686 Support gradle 7.6-rc-3
Browse files Browse the repository at this point in the history
  • Loading branch information
carterkozak committed Nov 14, 2022
1 parent 7f56ffe commit dea4382
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 dea4382

Please sign in to comment.