Skip to content

Commit cc7ed6a

Browse files
authored
Fix Run Verifications run config (#541)
...I forgot to update it with IJPL Gradle Plugin 2.0
1 parent e1ea00d commit cc7ed6a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.run/Run Verifications.run.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,18 @@
1111
</option>
1212
<option name="taskNames">
1313
<list>
14-
<option value="runPluginVerifier" />
14+
<option value="verifyPlugin" />
1515
</list>
1616
</option>
1717
<option name="vmOptions" value="" />
1818
</ExternalSystemSettings>
1919
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
2020
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
21+
<ExternalSystemDebugDisabled>false</ExternalSystemDebugDisabled>
2122
<DebugAllEnabled>false</DebugAllEnabled>
23+
<RunAsTest>false</RunAsTest>
24+
<GradleProfilingDisabled>false</GradleProfilingDisabled>
25+
<GradleCoverageDisabled>false</GradleCoverageDisabled>
2226
<method v="2" />
2327
</configuration>
2428
</component>

0 commit comments

Comments
 (0)