Skip to content

Commit d4fd478

Browse files
committed
Update Gradle task to 'verifyPlugin' in run config
1 parent 30c6047 commit d4fd478

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed
Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
<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>
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="verifyPlugin"/>
15+
</list>
16+
</option>
17+
<option name="vmOptions" value=""/>
18+
</ExternalSystemSettings>
19+
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
20+
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
21+
<DebugAllEnabled>false</DebugAllEnabled>
22+
<RunAsTest>false</RunAsTest>
23+
<method v="2"/>
24+
</configuration>
2625
</component>

0 commit comments

Comments
 (0)