File tree Expand file tree Collapse file tree 4 files changed +76
-0
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +76
-0
lines changed Original file line number Diff line number Diff line change 1+ <component name =" ProjectRunConfigurationManager" >
2+ <configuration default =" false" name =" Run Plugin" type =" GradleRunConfiguration" factoryName =" Gradle" >
3+ <log_file alias =" idea.log" path =" $PROJECT_DIR$/build/idea-sandbox/system/log/idea.log" />
4+ <ExternalSystemSettings >
5+ <option name =" executionName" />
6+ <option name =" externalProjectPath" value =" $PROJECT_DIR$" />
7+ <option name =" externalSystemIdString" value =" GRADLE" />
8+ <option name =" scriptParameters" value =" " />
9+ <option name =" taskDescriptions" >
10+ <list />
11+ </option >
12+ <option name =" taskNames" >
13+ <list >
14+ <option value =" runIde" />
15+ </list >
16+ </option >
17+ <option name =" vmOptions" value =" " />
18+ </ExternalSystemSettings >
19+ <ExternalSystemDebugServerProcess >true</ExternalSystemDebugServerProcess >
20+ <ExternalSystemReattachDebugProcess >true</ExternalSystemReattachDebugProcess >
21+ <DebugAllEnabled >false</DebugAllEnabled >
22+ <method v =" 2" />
23+ </configuration >
24+ </component >
Original file line number Diff line number Diff line change 1+ <component name =" ProjectRunConfigurationManager" >
2+ <configuration default =" false" name =" Run Tests" type =" GradleRunConfiguration" factoryName =" Gradle" >
3+ <log_file alias =" idea.log" path =" $PROJECT_DIR$/build/idea-sandbox/system/log/idea.log" />
4+ <ExternalSystemSettings >
5+ <option name =" executionName" />
6+ <option name =" externalProjectPath" value =" $PROJECT_DIR$" />
7+ <option name =" externalSystemIdString" value =" GRADLE" />
8+ <option name =" scriptParameters" value =" " />
9+ <option name =" taskDescriptions" >
10+ <list />
11+ </option >
12+ <option name =" taskNames" >
13+ <list >
14+ <option value =" check" />
15+ </list >
16+ </option >
17+ <option name =" vmOptions" value =" " />
18+ </ExternalSystemSettings >
19+ <ExternalSystemDebugServerProcess >true</ExternalSystemDebugServerProcess >
20+ <ExternalSystemReattachDebugProcess >true</ExternalSystemReattachDebugProcess >
21+ <DebugAllEnabled >false</DebugAllEnabled >
22+ <method v =" 2" />
23+ </configuration >
24+ </component >
Original file line number Diff line number Diff line change 1+ <component name =" ProjectRunConfigurationManager" >
2+ <configuration default =" false" name =" Run Verifications" type =" GradleRunConfiguration" factoryName =" Gradle" >
3+ <log_file alias =" idea.log" path =" $PROJECT_DIR$/build/idea-sandbox/system/log/idea.log" />
4+ <ExternalSystemSettings >
5+ <option name =" executionName" />
6+ <option name =" externalProjectPath" value =" $PROJECT_DIR$" />
7+ <option name =" externalSystemIdString" value =" GRADLE" />
8+ <option name =" scriptParameters" value =" " />
9+ <option name =" taskDescriptions" >
10+ <list />
11+ </option >
12+ <option name =" taskNames" >
13+ <list >
14+ <option value =" runPluginVerifier" />
15+ </list >
16+ </option >
17+ <option name =" vmOptions" value =" " />
18+ </ExternalSystemSettings >
19+ <ExternalSystemDebugServerProcess >true</ExternalSystemDebugServerProcess >
20+ <ExternalSystemReattachDebugProcess >true</ExternalSystemReattachDebugProcess >
21+ <DebugAllEnabled >false</DebugAllEnabled >
22+ <method v =" 2" >
23+ <option name =" Gradle.BeforeRunTask" enabled =" true" tasks =" clean" externalProjectPath =" $PROJECT_DIR$" vmOptions =" " scriptParameters =" " />
24+ </method >
25+ </configuration >
26+ </component >
Original file line number Diff line number Diff line change 1010-->
1111
1212<depends >com.intellij.modules.platform</depends >
13+ <depends >com.intellij.modules.lang</depends >
14+ <depends >com.intellij.modules.java</depends >
1315
1416<extensions defaultExtensionNs =" com.intellij" >
1517 <!-- Add your extensions here -->
You can’t perform that action at this time.
0 commit comments