Skip to content

Commit

Permalink
fix devuis
Browse files Browse the repository at this point in the history
  • Loading branch information
pefernan committed Mar 4, 2024
1 parent e478864 commit c998ba3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
public class DevConsoleProcessor {

private static final String STATIC_RESOURCES_PATH = "dev-static/";
private static final String BASE_RELATIVE_URL = "/q/dev-v1/org.kie.kogito.kogito-quarkus-serverless-workflow-devui";
private static final String BASE_RELATIVE_URL = "/q/dev-v1/org.kie.kogito.sonataflow-quarkus-devui";
private static final String DATA_INDEX_CAPABILITY = "org.kie.kogito.data-index";

@BuildStep(onlyIf = IsDevelopment.class)
Expand Down Expand Up @@ -93,7 +93,7 @@ public void deployStaticResources(final DevConsoleRecorder recorder,
final BuildProducer<RouteBuildItem> routeBuildItemBuildProducer) throws IOException {
ResolvedDependency devConsoleResourcesArtifact = WebJarUtil.getAppArtifact(curateOutcomeBuildItem,
"org.kie.kogito",
"kogito-quarkus-serverless-workflow-devui-deployment");
"sonataflow-quarkus-devui-deployment");

Path devConsoleStaticResourcesDeploymentPath = WebJarUtil.copyResourcesForDevOrTest(
liveReloadBuildItem,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
public class DevConsoleProcessor {

private static final String STATIC_RESOURCES_PATH = "dev-static/";
private static final String BASE_RELATIVE_URL = "/q/dev-v1/org.kie.kogito.runtime-tools-quarkus-extension";
private static final String BASE_RELATIVE_URL = "/q/dev-v1/org.jbpm.jbpm-quarkus-devui";
private static final String DATA_INDEX_CAPABILITY = "org.kie.kogito.data-index";

@SuppressWarnings("unused")
Expand All @@ -66,8 +66,8 @@ public void deployStaticResources(final DevConsoleRecorder recorder,
final ShutdownContextBuildItem shutdownContext,
final BuildProducer<RouteBuildItem> routeBuildItemBuildProducer) throws IOException {
ResolvedDependency devConsoleResourcesArtifact = WebJarUtil.getAppArtifact(curateOutcomeBuildItem,
"org.kie.kogito",
"runtime-tools-quarkus-extension-deployment");
"org.jbpm",
"jbpm-quarkus-devui-deployment");

Path devConsoleStaticResourcesDeploymentPath = WebJarUtil.copyResourcesForDevOrTest(
liveReloadBuildItem,
Expand Down

0 comments on commit c998ba3

Please sign in to comment.