summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2019-02-08 18:33:07 -0500
committerLogan Fick <logaldeveloper@protonmail.com>2019-02-08 18:33:07 -0500
commit3e9626f67abcc0efa52bdac0c721b8b987680a59 (patch)
tree8125b2eca8a3b708d8a60d3a47745611d4cae96b
parent5ca44c3419b0c7067ed09fc6e3378d2431161c8c (diff)
Fixed usage of incorrect Java version.
-rw-r--r--.idea/compiler.xml4
-rw-r--r--.idea/modules/ModuleLoader.main.iml2
-rw-r--r--.idea/modules/ModuleLoader.test.iml2
3 files changed, 4 insertions, 4 deletions
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index a579497..fba829b 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -2,8 +2,8 @@
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel>
- <module name="ModuleLoader.main" target="1.10" />
- <module name="ModuleLoader.test" target="1.10" />
+ <module name="ModuleLoader.main" target="1.8" />
+ <module name="ModuleLoader.test" target="1.8" />
</bytecodeTargetLevel>
</component>
</project> \ No newline at end of file
diff --git a/.idea/modules/ModuleLoader.main.iml b/.idea/modules/ModuleLoader.main.iml
index 16c918c..cefd623 100644
--- a/.idea/modules/ModuleLoader.main.iml
+++ b/.idea/modules/ModuleLoader.main.iml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="ModuleLoader:main" external.linked.project.path="$MODULE_DIR$/../.." external.root.project.path="$MODULE_DIR$/../.." external.system.id="GRADLE" external.system.module.group="" external.system.module.type="sourceSet" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_10">
+ <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/../../out/production/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$/../../src/main">
diff --git a/.idea/modules/ModuleLoader.test.iml b/.idea/modules/ModuleLoader.test.iml
index 8ebdafa..59e0e7d 100644
--- a/.idea/modules/ModuleLoader.test.iml
+++ b/.idea/modules/ModuleLoader.test.iml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="ModuleLoader:test" external.linked.project.path="$MODULE_DIR$/../.." external.root.project.path="$MODULE_DIR$/../.." external.system.id="GRADLE" external.system.module.group="" external.system.module.type="sourceSet" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_10">
+ <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output-test url="file://$MODULE_DIR$/../../out/test/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$/../../src/test" />