diff --git a/build.gradle b/build.gradle index a47241f..1c8f84a 100644 --- a/build.gradle +++ b/build.gradle @@ -37,6 +37,6 @@ dependencies { testRuntimeOnly 'org.junit.platform:junit-platform-launcher' } -tasks.named('test') { +tasks { useJUnitPlatform() -} +} \ No newline at end of file