mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
OPENIDE fix permission denied for axiom jdk in 2025.1
(cherry picked from commit3b878bc300) (cherry picked from commit9d317841fc)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
<!-- -->
|
||||
<!-- Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru). -->
|
||||
<!-- Any modifications are available on the same license terms as the original source code. -->
|
||||
|
||||
<!--suppress PluginXmlRegistrationCheck -->
|
||||
<idea-plugin>
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
@@ -31,7 +36,7 @@
|
||||
serviceImplementation="com.intellij.openapi.roots.ui.configuration.SdkLookupImpl"/>
|
||||
|
||||
<registryKey key="sdk.detector.enabled" defaultValue="true" description="Toggles SDK detection features"/>
|
||||
<registryKey key="java.home.finder.use.eel" defaultValue="true" description="Use new API for OS abstraction in Project SDKs"/>
|
||||
<registryKey key="java.home.finder.use.eel" defaultValue="false" description="Use new API for OS abstraction in Project SDKs"/>
|
||||
|
||||
<testSourcesFilter implementation="com.intellij.openapi.roots.ProjectRootTestSourcesFilter"/>
|
||||
<projectService serviceInterface="com.intellij.openapi.roots.ProjectRootModificationTracker"
|
||||
|
||||
Reference in New Issue
Block a user