Skip to content

Commit

Permalink
Fix: using wrong JUnit test runner in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
punycode committed Apr 18, 2020
1 parent cbbdac2 commit 9b6df47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coffeenet-actuator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ dependencies {
}

test {
useJUnit()
useJUnitPlatform()
}
2 changes: 1 addition & 1 deletion coffeenet-autoconfigure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ dependencies {
}

test {
useJUnit()
useJUnitPlatform()
}

0 comments on commit 9b6df47

Please sign in to comment.