Skip to content

Commit

Permalink
Use kotlin-test instead of plain JUnit4
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Jul 11, 2021
1 parent d19aeac commit 0d9c851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib-publishing-helpers/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {

dependencies {
implementation(kotlin("stdlib-jdk8"))
testImplementation("junit", "junit", "4.12")
testImplementation(kotlin("test"))
}

configure<JavaPluginConvention> {
Expand Down

0 comments on commit 0d9c851

Please sign in to comment.