Skip to content

Commit

Permalink
Gradle deprecation warning for testCompile fix (#2597)
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepytomcat committed May 18, 2020
1 parent bc3c652 commit d76b6e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -70,8 +70,8 @@ tasks.withType(JavaCompile) {
}

dependencies {
testCompile "junit:junit:$junitVersion"
testCompile "org.assertj:assertj-core:$assertjVersion"
testImplementation "junit:junit:$junitVersion"
testImplementation "org.assertj:assertj-core:$assertjVersion"
}

jacocoTestReport {
Expand Down

0 comments on commit d76b6e2

Please sign in to comment.