Skip to content

Commit be3d8f9

Browse files
author
jruaux
committed
build: Added explicit junit platform launcher
1 parent 9e9be8e commit be3d8f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/testcontainers-redis/testcontainers-redis.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dependencies {
66
testImplementation 'org.junit.jupiter:junit-jupiter-api'
77
testImplementation 'org.junit.jupiter:junit-jupiter-params'
88
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
9+
testImplementation 'org.junit.platform:junit-platform-launcher'
910
testImplementation group: 'com.redis', name: 'lettucemod', version: lettucemodVersion
1011
}
1112

0 commit comments

Comments
 (0)