diff --git a/spring-boot-project/spring-boot-test/build.gradle b/spring-boot-project/spring-boot-test/build.gradle index 6fb022cc2c9..16c7f51c176 100644 --- a/spring-boot-project/spring-boot-test/build.gradle +++ b/spring-boot-project/spring-boot-test/build.gradle @@ -52,4 +52,10 @@ dependencies { testImplementation 'org.testng:testng' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' -} \ No newline at end of file + testRuntimeOnly 'org.junit.vintage:junit-vintage-engine' +} + +test { + useJUnit() + useJUnitPlatform() +}