We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63189c8 commit c35bfc3Copy full SHA for c35bfc3
docs/examples/junit4/generic/build.gradle
@@ -10,3 +10,5 @@ dependencies {
10
testImplementation "org.seleniumhq.selenium:selenium-api:4.25.0"
11
testImplementation 'org.assertj:assertj-core:3.26.3'
12
}
13
+
14
+project.tasks.test.dependsOn jar
docs/examples/junit4/redis/build.gradle
@@ -7,3 +7,5 @@ dependencies {
7
testImplementation project(":testcontainers")
8
9
0 commit comments