From f95fd49da15586a0b80e376d036e4fc9cc8af6db Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Thu, 14 Oct 2021 03:57:37 +0200
Subject: [PATCH] Add run configuration & update IDEA project files

---
 .gitignore                         |  1 +
 .idea/gradle.xml                   |  5 ++++-
 .idea/runConfigurations/Plugin.xml | 21 +++++++++++++++++++++
 3 files changed, 26 insertions(+), 1 deletion(-)
 create mode 100644 .idea/runConfigurations/Plugin.xml

diff --git a/.gitignore b/.gitignore
index 4dc9e46..e160a23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
 /.idea/inspectionProfiles
 /.idea/jarRepositories.xml
 /.idea/misc.xml
+/.idea/*.iml
 
 /.gradle/
 /build/
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index ba1ec5c..23686d5 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
+  <component name="GradleMigrationSettings" migrationVersion="1" />
   <component name="GradleSettings">
     <option name="linkedExternalProjectsSettings">
       <GradleProjectSettings>
+        <option name="delegatedBuild" value="true" />
+        <option name="testRunner" value="GRADLE" />
         <option name="distributionType" value="DEFAULT_WRAPPED" />
         <option name="externalProjectPath" value="$PROJECT_DIR$" />
         <option name="modules">
@@ -13,4 +16,4 @@
       </GradleProjectSettings>
     </option>
   </component>
-</project>
\ No newline at end of file
+</project>
diff --git a/.idea/runConfigurations/Plugin.xml b/.idea/runConfigurations/Plugin.xml
new file mode 100644
index 0000000..9783075
--- /dev/null
+++ b/.idea/runConfigurations/Plugin.xml
@@ -0,0 +1,21 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="Plugin" type="GradleRunConfiguration" factoryName="Gradle">
+    <ExternalSystemSettings>
+      <option name="executionName" />
+      <option name="externalProjectPath" value="$PROJECT_DIR$" />
+      <option name="externalSystemIdString" value="GRADLE" />
+      <option name="scriptParameters" value=":runIde" />
+      <option name="taskDescriptions">
+        <list />
+      </option>
+      <option name="taskNames">
+        <list />
+      </option>
+      <option name="vmOptions" />
+    </ExternalSystemSettings>
+    <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
+    <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
+    <DebugAllEnabled>false</DebugAllEnabled>
+    <method v="2" />
+  </configuration>
+</component>
\ No newline at end of file