Skip to content

Commit f751e6a

Browse files
committed
Add JUnit Platform launcher for Gradle 9 test execution
1 parent c871f26 commit f751e6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ dependencies {
119119
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
120120
testImplementation 'org.mockito:mockito-core:3.12.4'
121121
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
122+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
122123
}
123124

124125
javadoc {

0 commit comments

Comments
 (0)