aboutsummaryrefslogtreecommitdiff
path: root/.run
diff options
context:
space:
mode:
authorDev2a <contact@dev2a.pro>2024-04-05 13:41:20 +0200
committerDev2a <contact@dev2a.pro>2024-04-05 13:41:20 +0200
commita131ac3511a87a23a7d292f30b3845b8eb5dc2c5 (patch)
tree7653215e9b2904f82b355d00e3a0ea5931d41993 /.run
parent55660b91440904d69a030a71de302d910f3f13b2 (diff)
downloadidea_caseconv-a131ac3511a87a23a7d292f30b3845b8eb5dc2c5.tar.gz
idea_caseconv-a131ac3511a87a23a7d292f30b3845b8eb5dc2c5.tar.bz2
idea_caseconv-a131ac3511a87a23a7d292f30b3845b8eb5dc2c5.zip
Migrate to new plugin structure
Diffstat (limited to '.run')
-rw-r--r--.run/Run IDE with Plugin.run.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/.run/Run IDE with Plugin.run.xml b/.run/Run IDE with Plugin.run.xml
new file mode 100644
index 0000000..48a7354
--- /dev/null
+++ b/.run/Run IDE with Plugin.run.xml
@@ -0,0 +1,24 @@
+<component name="ProjectRunConfigurationManager">
+ <configuration default="false" name="Run Plugin" type="GradleRunConfiguration" factoryName="Gradle">
+ <log_file alias="idea.log" path="$PROJECT_DIR$/build/idea-sandbox/system/log/idea.log"/>
+ <ExternalSystemSettings>
+ <option name="executionName"/>
+ <option name="externalProjectPath" value="$PROJECT_DIR$"/>
+ <option name="externalSystemIdString" value="GRADLE"/>
+ <option name="scriptParameters" value=""/>
+ <option name="taskDescriptions">
+ <list/>
+ </option>
+ <option name="taskNames">
+ <list>
+ <option value="runIde"/>
+ </list>
+ </option>
+ <option name="vmOptions" value=""/>
+ </ExternalSystemSettings>
+ <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
+ <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
+ <DebugAllEnabled>false</DebugAllEnabled>
+ <method v="2"/>
+ </configuration>
+</component>