OPENIDE fix permission denied for axiom jdk in 2025.1

This commit is contained in:
Nikita Iarychenko
2025-07-14 18:19:06 +04:00
parent 634d2e8637
commit 3b878bc300

View File

@@ -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"