Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed May 20, 2024
1 parent 4deeca9 commit e145b71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public static void setup() throws Exception {
ApplicationDeployer.builder()
.registry(new ClusterRuntimeRegistry())
.pluginsRegistry(new PluginsRegistry())
.deployContext(new DeployContext() {})
.deployContext(DeployContext.NO_DEPLOY_CONTEXT)
.topicConnectionsRuntimeRegistry(topicConnectionsRuntimeRegistry)
.assetManagerRegistry(assetManagerRegistry)
.build();
Expand Down

0 comments on commit e145b71

Please sign in to comment.