We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a565b commit 4dd1949Copy full SHA for 4dd1949
1 file changed
pom.xml
@@ -121,8 +121,8 @@
121
<artifactId>maven-compiler-plugin</artifactId>
122
<version>3.7.0</version>
123
<configuration>
124
- <source>1.7</source>
125
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
126
<encoding>UTF-8</encoding>
127
<showWarnings>true</showWarnings>
128
<showDeprecation>true</showDeprecation>
0 commit comments