Skip to content

Commit

Permalink
VUU83: Fix run config
Browse files Browse the repository at this point in the history
  • Loading branch information
cfisher-scottlogic committed Nov 17, 2023
1 parent b1575b8 commit 04ae976
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
13 changes: 0 additions & 13 deletions layout-server/src/main/resources/LayoutServer.run.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="LayoutServerApplication" type="Application"
factoryName="Application" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="org.finos.vuu.layoutserver.LayoutServerApplication"/>
<module name="layout-server"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="org.finos.vuu.layoutserver.*"/>
<option name="ENABLED" value="true"/>
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true"/>
</method>
</configuration>
</component>

0 comments on commit 04ae976

Please sign in to comment.