Skip to content

Commit

Permalink
config: useJUnitPlatform at test task
Browse files Browse the repository at this point in the history
  • Loading branch information
javajigi authored Mar 18, 2020
1 parent cde09ab commit 76daa0f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ repositories {
dependencies {
testCompile('org.junit.jupiter:junit-jupiter:5.4.2')
testCompile('org.assertj:assertj-core:3.11.1')
}
}

test {
useJUnitPlatform()
}

0 comments on commit 76daa0f

Please sign in to comment.