Publish local artifacts.run.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!--
  2. ~ Copyright 2019-2023 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="Publish local artifacts" type="GradleRunConfiguration" factoryName="Gradle" folderName="Build">
  11. <ExternalSystemSettings>
  12. <option name="env">
  13. <map>
  14. <entry key="mirai.build.project.version" value="2.99.0-local" />
  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="--stacktrace"/>
  21. <option name="taskDescriptions">
  22. <list />
  23. </option>
  24. <option name="taskNames">
  25. <list>
  26. <option value="publishToMavenLocal" />
  27. </list>
  28. </option>
  29. <option name="vmOptions" />
  30. </ExternalSystemSettings>
  31. <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
  32. <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
  33. <DebugAllEnabled>false</DebugAllEnabled>
  34. <ForceTestExec>false</ForceTestExec>
  35. <method v="2" />
  36. </configuration>
  37. </component>