Skip to content

Commit

Permalink
Moving modules out of the "Gradle" section since it can be generali…
Browse files Browse the repository at this point in the history
…zed for other build systems.
  • Loading branch information
handstandsam committed Sep 5, 2024
1 parent bf8f48f commit c16ec50
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,17 @@ class NavPage(
it is OwnerDetailNavRoute || it is OwnersNavRoute
}
),
AllModulesReportPage.navPage.toNavItem().copy(
matchesCurrentNavRoute = {
it is ModuleDetailNavRoute || it is AllModulesNavRoute
}
),
AllStatsNavRoute().navPage.toNavItem(),
CodeReferencesReportPage.navPage.toNavItem(),
)
),
NavPageGroup(
"Gradle", setOf(
AllModulesReportPage.navPage.toNavItem().copy(
matchesCurrentNavRoute = {
it is ModuleDetailNavRoute || it is AllModulesNavRoute
}
),
GradlePluginsReportPage.navPage.toNavItem().copy(
matchesCurrentNavRoute = {
it is GradlePluginsNavRoute || it is PluginDetailNavRoute
Expand Down

0 comments on commit c16ec50

Please sign in to comment.