Skip to content

Commit

Permalink
Fixes mockito#3240 : Renamed mockito bom artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
PranotiPD committed Jan 27, 2024
1 parent 557a452 commit e8c2281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/bom/bom.gradle
Expand Up @@ -15,7 +15,7 @@ dependencies {
api(project.rootProject)
project.rootProject.subprojects.forEach { subproject ->
if (!subproject.name.endsWith("Test") &&
!subproject.name.endsWith("-test") &&
!subproject.name.endsWith("java21-test") &&
subproject.name != "bom") {
api(subproject)
}
Expand Down

0 comments on commit e8c2281

Please sign in to comment.