mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
Update IJ Platform (#245)
* Update IJP 232 and 233 * Create separate 232 and 233 run configs GitOrigin-RevId: 918430af381e8846e4292f0e0e6e185c8de175b2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6417dd1ec2
commit
11b04a8fe3
@@ -1,11 +1,11 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="IDE sample" type="GradleRunConfiguration" factoryName="Gradle">
|
<configuration default="false" name="IDE sample (23.2)" type="GradleRunConfiguration" factoryName="Gradle">
|
||||||
<log_file alias="idea.log" path="$PROJECT_DIR$/samples/ide-plugin/build/idea-sandbox/system/log/idea.log" />
|
<log_file alias="idea.log" path="$PROJECT_DIR$/samples/ide-plugin/build/idea-sandbox/system/log/idea.log" />
|
||||||
<ExternalSystemSettings>
|
<ExternalSystemSettings>
|
||||||
<option name="executionName" />
|
<option name="executionName" />
|
||||||
<option name="externalProjectPath" value="$PROJECT_DIR$/samples/ide-plugin" />
|
<option name="externalProjectPath" value="$PROJECT_DIR$/samples/ide-plugin" />
|
||||||
<option name="externalSystemIdString" value="GRADLE" />
|
<option name="externalSystemIdString" value="GRADLE" />
|
||||||
<option name="scriptParameters" value="" />
|
<option name="scriptParameters" value="-Psupported.ij.version=232" />
|
||||||
<option name="taskDescriptions">
|
<option name="taskDescriptions">
|
||||||
<list />
|
<list />
|
||||||
</option>
|
</option>
|
||||||
25
platform/jewel/.idea/runConfigurations/IDE_sample__23_3_.xml
generated
Normal file
25
platform/jewel/.idea/runConfigurations/IDE_sample__23_3_.xml
generated
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
<component name="ProjectRunConfigurationManager">
|
||||||
|
<configuration default="false" name="IDE sample (23.3)" type="GradleRunConfiguration" factoryName="Gradle">
|
||||||
|
<log_file alias="idea.log" path="$PROJECT_DIR$/samples/ide-plugin/build/idea-sandbox/system/log/idea.log" />
|
||||||
|
<ExternalSystemSettings>
|
||||||
|
<option name="executionName" />
|
||||||
|
<option name="externalProjectPath" value="$PROJECT_DIR$/samples/ide-plugin" />
|
||||||
|
<option name="externalSystemIdString" value="GRADLE" />
|
||||||
|
<option name="scriptParameters" value="-Psupported.ij.version=233" />
|
||||||
|
<option name="taskDescriptions">
|
||||||
|
<list />
|
||||||
|
</option>
|
||||||
|
<option name="taskNames">
|
||||||
|
<list>
|
||||||
|
<option value="runIde" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
<option name="vmOptions" />
|
||||||
|
</ExternalSystemSettings>
|
||||||
|
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
|
||||||
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
||||||
|
<DebugAllEnabled>false</DebugAllEnabled>
|
||||||
|
<RunAsTest>false</RunAsTest>
|
||||||
|
<method v="2" />
|
||||||
|
</configuration>
|
||||||
|
</component>
|
||||||
@@ -3,8 +3,8 @@ composeDesktop = "1.5.10"
|
|||||||
coroutines = "1.7.3"
|
coroutines = "1.7.3"
|
||||||
detekt = "1.23.1"
|
detekt = "1.23.1"
|
||||||
dokka = "1.8.20"
|
dokka = "1.8.20"
|
||||||
idea232 = "232.10203.10"
|
idea232 = "232.10227.8"
|
||||||
idea233 = "233.11555.11-EAP-SNAPSHOT"
|
idea233 = "233.11799.6-EAP-SNAPSHOT"
|
||||||
ideaGradlePlugin = "1.16.0"
|
ideaGradlePlugin = "1.16.0"
|
||||||
javaSarif = "2.0"
|
javaSarif = "2.0"
|
||||||
jna = "5.13.0"
|
jna = "5.13.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user