Compile mirai-core for JVM.run.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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="Compile mirai-core for JVM" type="GradleRunConfiguration" factoryName="Gradle"
  11. folderName="Build mirai-core">
  12. <ExternalSystemSettings>
  13. <option name="executionName"/>
  14. <option name="externalProjectPath" value="$PROJECT_DIR$"/>
  15. <option name="externalSystemIdString" value="GRADLE"/>
  16. <option name="scriptParameters" value=""/>
  17. <option name="taskDescriptions">
  18. <list/>
  19. </option>
  20. <option name="taskNames">
  21. <list>
  22. <option value=":mirai-core-utils:compileKotlinJvm"/>
  23. <option value=":mirai-core-utils:compileKotlinAndroid"/>
  24. <option value=":mirai-core-api:compileKotlinJvm"/>
  25. <option value=":mirai-core-api:compileKotlinAndroid"/>
  26. <option value=":mirai-core:compileKotlinJvm"/>
  27. <option value=":mirai-core:compileKotlinAndroid"/>
  28. </list>
  29. </option>
  30. <option name="vmOptions"/>
  31. </ExternalSystemSettings>
  32. <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
  33. <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
  34. <DebugAllEnabled>false</DebugAllEnabled>
  35. <method v="2"/>
  36. </configuration>
  37. </component>