Skip to content

Commit

Permalink
Add mockito-core to mockito-bom (#2550)
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed Jan 25, 2022
1 parent 8cdf0cc commit f8ffebe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subprojects/bom/bom.gradle
Expand Up @@ -12,6 +12,7 @@ apply from: "$rootDir/gradle/java-publication.gradle"

dependencies {
constraints {
api(project.rootProject)
project.rootProject.subprojects.forEach { subproject ->
if (!subproject.name.endsWith("Test") &&
!subproject.name.endsWith("-test") &&
Expand Down

0 comments on commit f8ffebe

Please sign in to comment.