Skip to content
This repository was archived by the owner on Aug 19, 2020. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5a076eb

Browse files
committedApr 30, 2018
Updated the test task
1 parent a450dc0 commit 5a076eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎samples/hello-spring-boot/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ tasks.withType<KotlinCompile> {
1818
}
1919
}
2020

21-
(tasks.findByName("test") as Test).useJUnitPlatform()
21+
tasks.withType<Test> {
22+
useJUnitPlatform()
23+
}
2224

2325
repositories {
2426
mavenCentral()

0 commit comments

Comments
 (0)
This repository has been archived.