Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mockito-core
1 parent 8cdf0cc commit 08a0757Copy full SHA for 08a0757
subprojects/bom/bom.gradle
@@ -12,6 +12,7 @@ apply from: "$rootDir/gradle/java-publication.gradle"
12
13
dependencies {
14
constraints {
15
+ api(project.rootProject)
16
project.rootProject.subprojects.forEach { subproject ->
17
if (!subproject.name.endsWith("Test") &&
18
!subproject.name.endsWith("-test") &&
0 commit comments