Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08a0757

Browse files
committed
Add mockito-core to the BOM
1 parent 8cdf0cc commit 08a0757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subprojects/bom/bom.gradle

Lines changed: 1 addition & 0 deletions
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)