Files
openide/platform/object-serializer/intellij.platform.objectSerializer.annotations.iml
Vladimir Krivosheev 3f27693529 raise java lang level from 7 to 8 for intellij.platform.objectSerializer.annotations.iml
GitOrigin-RevId: 891fe22c6dda808f63928bda1a6e3dc9a27de3d2
2024-07-27 15:13:10 +00:00

11 lines
511 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$/annotations">
<sourceFolder url="file://$MODULE_DIR$/annotations" isTestSource="false" packagePrefix="com.intellij.serialization" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>