Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Updated the test task.
Browse files Browse the repository at this point in the history
Signed-off-by: Sriram <[email protected]>
  • Loading branch information
ramsrib committed Apr 30, 2018
1 parent a450dc0 commit ef63e06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion samples/hello-spring-boot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ tasks.withType<KotlinCompile> {
}
}

(tasks.findByName("test") as Test).useJUnitPlatform()
tasks.withType<Test> {
useJUnitPlatform()
}

repositories {
mavenCentral()
Expand Down

0 comments on commit ef63e06

Please sign in to comment.