Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mod initialization run configuration #7

Closed
matshou opened this issue Apr 23, 2021 · 0 comments
Closed

Mod initialization run configuration #7

matshou opened this issue Apr 23, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@matshou
Copy link
Contributor

matshou commented Apr 23, 2021

Run configuration that initializes mod environment.

<component name="ProjectRunConfigurationManager">
  <configuration default="false" name="initializeMod" type="GradleRunConfiguration" factoryName="Gradle">
    <ExternalSystemSettings>
      <option name="executionName" />
      <option name="externalProjectPath" value="$PROJECT_DIR$" />
      <option name="externalSystemIdString" value="GRADLE" />
      <option name="scriptParameters" value="" />
    </ExternalSystemSettings>
    <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
    <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
    <DebugAllEnabled>false</DebugAllEnabled>
    <method v="2">
      <option name="Gradle.BeforeRunTask" enabled="true" tasks="initLocalProperties" externalProjectPath="$PROJECT_DIR$" vmOptions="" scriptParameters="" />
      <option name="Gradle.BeforeRunTask" enabled="true" tasks="initModInfo" externalProjectPath="$PROJECT_DIR$" vmOptions="" scriptParameters="" />
      <option name="Gradle.BeforeRunTask" enabled="true" tasks="createModStructure" externalProjectPath="$PROJECT_DIR$" vmOptions="" scriptParameters="" />
      <option name="Gradle.BeforeRunTask" enabled="true" tasks="applyModTemplate" externalProjectPath="$PROJECT_DIR$" vmOptions="" scriptParameters="" />
    </method>
  </configuration>
</component>
@matshou matshou added the enhancement New feature or request label Apr 23, 2021
@matshou matshou closed this as completed in f9eb68a May 4, 2021
matshou pushed a commit to pzstorm/storm that referenced this issue May 5, 2021
Run configurations are generated by Capsid since v0.4.0:

- pzstorm/capsid#7
- pzstorm/capsid#8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant