Commit 6c6abe45b0b7a9bcaea45e8322fa7fa33aadbdd0
1 parent
3b4209b3
Exists in
master
compile in java 1.8
Showing
3 changed files
with
6 additions
and
6 deletions
Show diff stats
.classpath
@@ -22,7 +22,7 @@ | @@ -22,7 +22,7 @@ | ||
22 | <attribute name="maven.pomderived" value="true"/> | 22 | <attribute name="maven.pomderived" value="true"/> |
23 | </attributes> | 23 | </attributes> |
24 | </classpathentry> | 24 | </classpathentry> |
25 | - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> | 25 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> |
26 | <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> | 26 | <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> |
27 | <attributes> | 27 | <attributes> |
28 | <attribute name="maven.pomderived" value="true"/> | 28 | <attribute name="maven.pomderived" value="true"/> |
.settings/org.eclipse.jdt.core.prefs
1 | eclipse.preferences.version=1 | 1 | eclipse.preferences.version=1 |
2 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | 2 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled |
3 | -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 | ||
4 | -org.eclipse.jdt.core.compiler.compliance=1.7 | 3 | +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 |
4 | +org.eclipse.jdt.core.compiler.compliance=1.8 | ||
5 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | 5 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error |
6 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | 6 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error |
7 | org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning | 7 | org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning |
8 | -org.eclipse.jdt.core.compiler.source=1.7 | 8 | +org.eclipse.jdt.core.compiler.source=1.8 |
pom.xml
@@ -24,8 +24,8 @@ | @@ -24,8 +24,8 @@ | ||
24 | <artifactId>maven-compiler-plugin</artifactId> | 24 | <artifactId>maven-compiler-plugin</artifactId> |
25 | <version>3.3</version> | 25 | <version>3.3</version> |
26 | <configuration> | 26 | <configuration> |
27 | - <source>1.7</source> | ||
28 | - <target>1.7</target> | 27 | + <source>1.8</source> |
28 | + <target>1.8</target> | ||
29 | </configuration> | 29 | </configuration> |
30 | </plugin> | 30 | </plugin> |
31 | <plugin> | 31 | <plugin> |