From c63ea36637ce956029fb15b1482c0683ecb8a587 Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Wed, 30 Aug 2023 15:58:46 +0200 Subject: Migrate to JUnit 5 and unify used test API (#3138) --- integration-tests/maven/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration-tests/maven/build.gradle.kts') diff --git a/integration-tests/maven/build.gradle.kts b/integration-tests/maven/build.gradle.kts index 99a98649..7fbc4bff 100644 --- a/integration-tests/maven/build.gradle.kts +++ b/integration-tests/maven/build.gradle.kts @@ -8,7 +8,7 @@ plugins { dependencies { implementation(projects.integrationTests) - implementation(kotlin("test-junit")) + implementation(kotlin("test-junit5")) } tasks.integrationTest { -- cgit