diff options
author | shedaniel <daniel@shedaniel.me> | 2021-01-26 11:34:52 +0800 |
---|---|---|
committer | shedaniel <daniel@shedaniel.me> | 2021-01-26 11:34:52 +0800 |
commit | b880d3f9d5784af60dbfec0b800216e99ca05f65 (patch) | |
tree | cee0a68ee2145c9b7a8caad47fd2d98ff8ff1538 /src/main/resources | |
parent | 10f5eb0612d04b645f72f878ea00775f4986a443 (diff) | |
download | architectury-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.xml | 1 |
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> |