aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2021-01-26 11:34:52 +0800
committershedaniel <daniel@shedaniel.me>2021-01-26 11:34:52 +0800
commitb880d3f9d5784af60dbfec0b800216e99ca05f65 (patch)
treecee0a68ee2145c9b7a8caad47fd2d98ff8ff1538 /src/main/resources
parent10f5eb0612d04b645f72f878ea00775f4986a443 (diff)
downloadarchitectury-loom-b880d3f9d5784af60dbfec0b800216e99ca05f65.tar.gz
architectury-loom-b880d3f9d5784af60dbfec0b800216e99ca05f65.tar.bz2
architectury-loom-b880d3f9d5784af60dbfec0b800216e99ca05f65.zip
Don't add tasks before run to idea anymore for arch
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/idea_run_config_template.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/resources/idea_run_config_template.xml b/src/main/resources/idea_run_config_template.xml
index 0a506dcf..f462051d 100644
--- a/src/main/resources/idea_run_config_template.xml
+++ b/src/main/resources/idea_run_config_template.xml
@@ -8,7 +8,6 @@
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/run/" />
<method v="2">
<option name="Make" enabled="true" />
- %TASKS%
</method>
</configuration>
</component>