2
0

Run core tests.run.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!--
  2. ~ Copyright 2019-2022 Mamoe Technologies and contributors.
  3. ~
  4. ~ 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
  5. ~ Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.
  6. ~
  7. ~ https://github.com/mamoe/mirai/blob/dev/LICENSE
  8. -->
  9. <component name="ProjectRunConfigurationManager">
  10. <configuration default="false" name="Run core tests" type="GradleRunConfiguration" factoryName="Gradle">
  11. <ExternalSystemSettings>
  12. <option name="env">
  13. <map>
  14. <entry key="kotlinx.coroutines.debug" value="on"/>
  15. </map>
  16. </option>
  17. <option name="executionName"/>
  18. <option name="externalProjectPath" value="$PROJECT_DIR$"/>
  19. <option name="externalSystemIdString" value="GRADLE"/>
  20. <option name="scriptParameters" value=""/>
  21. <option name="taskDescriptions">
  22. <list/>
  23. </option>
  24. <option name="taskNames">
  25. <list>
  26. <option value=":mirai-core:check"/>
  27. </list>
  28. </option>
  29. <option name="vmOptions"/>
  30. </ExternalSystemSettings>
  31. <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
  32. <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
  33. <DebugAllEnabled>false</DebugAllEnabled>
  34. <method v="2"/>
  35. </configuration>
  36. </component>