Skip to content

Commit

Permalink
Merge pull request #44647 from gsmet/fix-health-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier authored Nov 25, 2024
2 parents 8220502 + 4dbf1a8 commit 5f00609
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ void registerUiExtension(
}

String healthPath = nonApplicationRootPathBuildItem.resolveManagementPath(healthConfig.rootPath,
managementInterfaceBuildTimeConfig, launchModeBuildItem);
managementInterfaceBuildTimeConfig, launchModeBuildItem, false);

webJarBuildProducer.produce(
WebJarBuildItem.builder().artifactKey(HEALTH_UI_WEBJAR_ARTIFACT_KEY) //
Expand Down

0 comments on commit 5f00609

Please sign in to comment.