We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8d3ec commit 2e2c722Copy full SHA for 2e2c722
build.gradle
@@ -11,6 +11,7 @@ dependencies {
11
12
testImplementation 'org.testcontainers:junit-jupiter:1.20.5'
13
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
14
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
15
16
testImplementation 'org.slf4j:slf4j-simple:2.0.17'
17
}
0 commit comments