project configuration cleanup: do not set module JDK "1.8" explicitly, inherit project JDK instead

This will simplify migration to newer Java versions in the future.
This commit is contained in:
nik
2017-03-15 17:21:46 +03:00
parent 8ddb874f24
commit b7665ef3f2
26 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<content url="file://$MODULE_DIR$/../../plugins/generate-tostring/testSrc">
<sourceFolder url="file://$MODULE_DIR$/../../plugins/generate-tostring/testSrc" isTestSource="true" />
</content>
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="testFramework-java" />
<orderEntry type="module" module-name="java-impl" />