Skip to content

Commit

Permalink
Cleanup japicmp excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Apr 4, 2024
1 parent 8db891a commit 9d6e765
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions modules/elasticsearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,3 @@ dependencies {
testImplementation "org.elasticsearch.client:transport:7.17.17"
testImplementation 'org.assertj:assertj-core:3.25.2'
}

tasks.japicmp {
methodExcludes = [
"org.testcontainers.elasticsearch.ElasticsearchContainer#containerIsStarted(com.github.dockerjava.api.command.InspectContainerResponse)",
]
}
6 changes: 0 additions & 6 deletions modules/mongodb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,3 @@ dependencies {
testImplementation("org.mongodb:mongodb-driver-sync:4.11.1")
testImplementation 'org.assertj:assertj-core:3.25.1'
}

tasks.japicmp {
methodExcludes = [
"org.testcontainers.containers.MongoDBContainer#configure()"
]
}

0 comments on commit 9d6e765

Please sign in to comment.