mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
* platform's HttpRequest-based downloader for library roots * test that it can be used for all repository libraries in monorepo * unify getting authentication data from all providers (now can be used with multiple resolvers) Resolver is turned off by default and can be enabled by `jar.http.downloader.enabled` registry key GitOrigin-RevId: 31227e90763b77de6602354fcef9170ac6e42277
29 lines
1.9 KiB
XML
29 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$/testSrc">
|
|
<sourceFolder url="file://$MODULE_DIR$/testSrc" isTestSource="true" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="intellij.java.ui" />
|
|
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.java.aetherDependencyResolver" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.java.execution.impl" scope="TEST" />
|
|
<orderEntry type="library" scope="TEST" name="assertJ" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.tests" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
|
<orderEntry type="module" module-name="intellij.java.compiler" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
|
|
<orderEntry type="module" module-name="intellij.platform.util.jdom" scope="TEST" />
|
|
<orderEntry type="library" scope="TEST" name="kotlinx-coroutines-core" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.workspace.jps" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.backend.workspace" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.testFramework.junit5" scope="TEST" />
|
|
<orderEntry type="library" name="kotlin-test" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.util" scope="TEST" />
|
|
<orderEntry type="library" scope="TEST" name="ktor-server-cio" level="project" />
|
|
</component>
|
|
</module> |