diff options
| -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 |
