We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcb054 commit 0c5d4b6Copy full SHA for 0c5d4b6
1 file changed
pom.xml
@@ -26,8 +26,8 @@
26
<artifactId>maven-compiler-plugin</artifactId>
27
<version>2.5.1</version>
28
<configuration>
29
- <source>1.7</source>
30
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
31
</configuration>
32
</plugin>
33
<plugin>
0 commit comments