mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
No need to pre-build KotlinPlugin artifact on run configurations anymore KotlinPlugin artifact pre-build step wasn't removed from 'tests_from_intellij_cwm_tests_*' configurations because fully-fledged Kotlin plugin is used in `com.intellij.tools.launch.impl.ClassPathBuilder` (Seedb43aa60f94c0a51b24503db9713b29d98899174) GitOrigin-RevId: 89167c8b8d89a8745b489e6e80428da6ace64630
31 lines
2.1 KiB
XML
31 lines
2.1 KiB
XML
<component name="ProjectRunConfigurationManager">
|
|
<configuration default="false" name="IDEA with Android" type="Application" factoryName="Application" singleton="true">
|
|
<option name="ALTERNATIVE_JRE_PATH" value="BUNDLED" />
|
|
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
|
|
<log_file alias="idea.log" path="$PROJECT_DIR$/system/idea/log/idea.log" />
|
|
<log_file alias="build.log" path="$PROJECT_DIR$/system/idea/log/build-log/build.log" />
|
|
<option name="MAIN_CLASS_NAME" value="com.intellij.idea.Main" />
|
|
<module name="intellij.idea.community.main.android" />
|
|
<shortenClasspath name="ARGS_FILE" />
|
|
<option name="VM_PARAMETERS" value="-Xmx2g -XX:ReservedCodeCacheSize=240m -XX:+UseG1GC -XX:SoftRefLRUPolicyMSPerMB=50 -XX:MaxJavaStackTraceDepth=10000 -XX:CICompilerCount=2 -ea -Dsun.io.useCanonCaches=false -Dapple.laf.useScreenMenuBar=true -Dsun.awt.disablegrab=true -Didea.jre.check=true -Didea.is.internal=true -Didea.debug.mode=true -Djdk.attach.allowAttachSelf -Dfus.internal.test.mode=true -Dkotlinx.coroutines.debug=off -Djdk.module.illegalAccess.silent=true -Didea.config.path=../config/idea -Didea.system.path=../system/idea -Didea.initially.ask.config=true -Didea.platform.prefix=Idea" />
|
|
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/bin" />
|
|
<RunnerSettings RunnerId="Debug">
|
|
<option name="DEBUG_PORT" value="60786" />
|
|
<option name="TRANSPORT" value="0" />
|
|
<option name="LOCAL" value="true" />
|
|
</RunnerSettings>
|
|
<RunnerSettings RunnerId="Profile " />
|
|
<RunnerSettings RunnerId="Run" />
|
|
<ConfigurationWrapper RunnerId="Debug" />
|
|
<ConfigurationWrapper RunnerId="Profile " />
|
|
<ConfigurationWrapper RunnerId="Run" />
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
<option name="Gradle.BeforeRunTask" enabled="true" tasks="setupAndroidPluginRuntimeForIdea" externalProjectPath="$PROJECT_DIR$/build/dependencies" vmOptions="" scriptParameters="" />
|
|
<option name="BuildArtifacts" enabled="true">
|
|
<artifact name="debugger-agent" />
|
|
</option>
|
|
</method>
|
|
</configuration>
|
|
</component>
|