Skip to content

Commit

Permalink
Merge pull request #195 from boudicca-events/abl/add-ical-launchconfig
Browse files Browse the repository at this point in the history
add local ical publisher run config
  • Loading branch information
kadhonn authored Nov 23, 2023
2 parents 8ddcc5e + 40e0bfc commit 544e8bc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .run/LocalIcalPublisher.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="LocalIcalPublisher" type="JetRunConfigurationType">
<option name="MAIN_CLASS_NAME" value="base.boudicca.publisher.event.ical.IcalPublisherApplicationKt" />
<module name="boudicca.boudicca.base.publisher-event-ical.main" />
<shortenClasspath name="NONE" />
<extension name="net.ashald.envfile">
<option name="IS_ENABLED" value="false" />
<option name="IS_SUBST" value="false" />
<option name="IS_PATH_MACRO_SUPPORTED" value="false" />
<option name="IS_IGNORE_MISSING_FILES" value="false" />
<option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" />
<ENTRIES>
<ENTRY IS_ENABLED="true" PARSER="runconfig" IS_EXECUTABLE="false" />
</ENTRIES>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>

0 comments on commit 544e8bc

Please sign in to comment.