mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
Spring 2.* uses Kotlin 1.6.*, which needs FILE_HASHING_STRATEGY field for correct work of JPS ^KTIJ-29067 Fixed Merge-request: IJ-MR-136737 Merged-by: Aleksei Cherepanov <aleksei.cherepanov@jetbrains.com> GitOrigin-RevId: 6216268d5ce0ca82f3af43072ea0a5ef3c576e5f
12 lines
527 B
XML
12 lines
527 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="jetbrains-annotations" level="project" />
|
|
</component>
|
|
</module> |