We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6698237 commit 00e6e09Copy full SHA for 00e6e09
pom.xml
@@ -60,17 +60,17 @@
60
61
<build>
62
<plugins>
63
- <!-- Tell maven to compile using Java 1.7 -->
+ <!-- Tell maven to compile using Java 8 -->
64
<plugin>
65
<groupId>org.apache.maven.plugins</groupId>
66
<artifactId>maven-compiler-plugin</artifactId>
67
<version>3.0</version>
68
<configuration>
69
- <source>1.7</source>
70
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
71
</configuration>
72
</plugin>
73
</plugins>
74
</build>
75
76
-</project>
+</project>
0 commit comments