summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2020-04-06 16:44:08 -0400
committerBen Culkin <scorpress@gmail.com>2020-04-06 16:44:08 -0400
commit47e592671933d33366057665a5b7739f46dbae42 (patch)
tree0f1b7626a78f313d4edb02254b4da4db1544bb3c
parent23ccc962a4dec320cff97137589f9d1b59cfb1be (diff)
Update eclipse settings
Update the settings for eclipse
-rw-r--r--JPratt/.classpath1
-rw-r--r--JPratt/.settings/org.eclipse.jdt.core.prefs3
2 files changed, 4 insertions, 0 deletions
diff --git a/JPratt/.classpath b/JPratt/.classpath
index 27e6870..c196e7d 100644
--- a/JPratt/.classpath
+++ b/JPratt/.classpath
@@ -21,6 +21,7 @@
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
+ <attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
diff --git a/JPratt/.settings/org.eclipse.jdt.core.prefs b/JPratt/.settings/org.eclipse.jdt.core.prefs
index 714351a..2f5cc74 100644
--- a/JPratt/.settings/org.eclipse.jdt.core.prefs
+++ b/JPratt/.settings/org.eclipse.jdt.core.prefs
@@ -1,5 +1,8 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
+org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
+org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
+org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.8