Skip to content

Commit f8ffebe

Browse files
authored
Add mockito-core to mockito-bom (#2550)
1 parent 8cdf0cc commit f8ffebe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subprojects/bom/bom.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ apply from: "$rootDir/gradle/java-publication.gradle"
1212

1313
dependencies {
1414
constraints {
15+
api(project.rootProject)
1516
project.rootProject.subprojects.forEach { subproject ->
1617
if (!subproject.name.endsWith("Test") &&
1718
!subproject.name.endsWith("-test") &&

0 commit comments

Comments
 (0)