Skip to content

Commit 91b3d5d

Browse files
committed
Fix TestSuiteExecutionException: Could not complete execution for Gradle Test Executor 3
1 parent 24f745a commit 91b3d5d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies {
1414
testImplementation(libs.org.junit.jupiter.junit.jupiter.api)
1515
testImplementation(libs.org.junit.jupiter.junit.jupiter.engine)
1616
testImplementation(libs.org.junit.jupiter.junit.jupiter)
17+
testRuntimeOnly(libs.org.junit.platform.junit.platform.launcher)
1718
testImplementation(libs.org.slf4j.slf4j.simple)
1819
}
1920

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ org-slf4j-slf4j-simple = "2.0.17"
1212
org-junit-jupiter-junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "org-junit-jupiter-junit-jupiter" }
1313
org-junit-jupiter-junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "org-junit-jupiter-junit-jupiter-api" }
1414
org-junit-jupiter-junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "org-junit-jupiter-junit-jupiter-engine" }
15+
org-junit-platform-junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
1516
org-slf4j-slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "org-slf4j-slf4j-api" }
1617
org-slf4j-slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "org-slf4j-slf4j-simple" }

0 commit comments

Comments
 (0)