Skip to content

Commit

Permalink
Add potential workaround for pitest/pitest-junit5-plugin#53
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- committed Jan 3, 2021
1 parent 4c7e0f9 commit 26c6aef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/funcTest/resources/testProjects/junit5kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ buildscript {
jcenter()
}
configurations.maybeCreate("pitest")
configurations.maybeCreate("pitestTestCompile")
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.7.0.0"
pitest "org.pitest:pitest-junit5-plugin:0.12"
pitestTestCompile "org.junit.jupiter:junit-jupiter-engine:$junit5Version"
}
}

Expand Down

0 comments on commit 26c6aef

Please sign in to comment.