We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db891a commit 9d6e765Copy full SHA for 9d6e765
modules/elasticsearch/build.gradle
@@ -6,9 +6,3 @@ dependencies {
6
testImplementation "org.elasticsearch.client:transport:7.17.17"
7
testImplementation 'org.assertj:assertj-core:3.25.2'
8
}
9
-
10
-tasks.japicmp {
11
- methodExcludes = [
12
- "org.testcontainers.elasticsearch.ElasticsearchContainer#containerIsStarted(com.github.dockerjava.api.command.InspectContainerResponse)",
13
- ]
14
-}
modules/mongodb/build.gradle
testImplementation("org.mongodb:mongodb-driver-sync:4.11.1")
testImplementation 'org.assertj:assertj-core:3.25.1'
- "org.testcontainers.containers.MongoDBContainer#configure()"
0 commit comments