Skip to content

Commit de4e27d

Browse files
committed
Fix tests execution
See gradle/gradle#32534 (comment)
1 parent 50b8c6f commit de4e27d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extractor/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ dependencies {
4040

4141
testImplementation platform("org.junit:junit-bom:$junitVersion")
4242
testImplementation 'org.junit.jupiter:junit-jupiter-api'
43+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4344
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
4445
testImplementation 'org.junit.jupiter:junit-jupiter-params'
4546

0 commit comments

Comments
 (0)