diff --git a/build.gradle b/build.gradle index eeaad04eed1..407c14ea8ea 100644 --- a/build.gradle +++ b/build.gradle @@ -436,7 +436,6 @@ configure(project(':apitest')) { } test { - useJUnitPlatform() outputs.upToDateWhen { false } // Don't use previously cached test outputs. testLogging { showStackTraces = true // Show full stack traces in the console. diff --git a/cli/build.gradle b/cli/build.gradle index 77036ac1578..af5fc38a35a 100644 --- a/cli/build.gradle +++ b/cli/build.gradle @@ -34,7 +34,3 @@ dependencies { testRuntimeOnly libs.javax.annotation } - -test { - useJUnitPlatform() -}