Skip to content

Commit

Permalink
Fixes mockito#3240 : Renamed java21 to java21-test in settings.gradle…
Browse files Browse the repository at this point in the history
… and folder
  • Loading branch information
PranotiPD committed Jan 28, 2024
1 parent 71b2628 commit fa29211
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ include(
"bom",
"errorprone",
"programmatic-test",
"java21"
"java21-test"
)

// https://developer.android.com/studio/command-line/variables#envar
Expand Down
2 changes: 1 addition & 1 deletion subprojects/bom/bom.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
api(project.rootProject)
project.rootProject.subprojects.forEach { subproject ->
if (!subproject.name.endsWith("Test") &&
!subproject.name.endsWith("java21-test") &&
!subproject.name.endsWith("-test") &&
subproject.name != "bom") {
api(subproject)
}
Expand Down
File renamed without changes.

0 comments on commit fa29211

Please sign in to comment.