diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-04-06 16:44:08 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-04-06 16:44:08 -0400 |
| commit | 47e592671933d33366057665a5b7739f46dbae42 (patch) | |
| tree | 0f1b7626a78f313d4edb02254b4da4db1544bb3c /JPratt | |
| parent | 23ccc962a4dec320cff97137589f9d1b59cfb1be (diff) | |
Update eclipse settings
Update the settings for eclipse
Diffstat (limited to 'JPratt')
| -rw-r--r-- | JPratt/.classpath | 1 | ||||
| -rw-r--r-- | JPratt/.settings/org.eclipse.jdt.core.prefs | 3 |
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 |
