[fix][IDE][Intellij] running the jar will now auto-build it

This commit is contained in:
Daniel_M_Williams 2020-07-11 17:13:49 -04:00
parent 6561394f24
commit 9890c33ef5

@ -1,10 +1,12 @@
<component name="ProjectRunConfigurationManager"> <component name="ProjectRunConfigurationManager">
<configuration default="false" name="Openrocket UI Jar" type="JarApplication"> <configuration default="false" name="Openrocket UI Jar" type="JarApplication">
<option name="JAR_PATH" value="build/jar/OpenRocket.jar" /> <option name="JAR_PATH" value="$PROJECT_DIR$/build/jar/OpenRocket.jar" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" /> <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
<option name="ALTERNATIVE_JRE_PATH" value="11" /> <option name="ALTERNATIVE_JRE_PATH" value="11" />
<method v="2"> <method v="2">
<option name="BuildArtifacts" enabled="true" /> <option name="BuildArtifacts" enabled="true">
<artifact name="openrocket:jar" />
</option>
</method> </method>
</configuration> </configuration>
</component> </component>