We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbd337 commit 418b8f1Copy full SHA for 418b8f1
pom.xml
@@ -244,7 +244,8 @@
244
<version>3.10.1</version>
245
<configuration>
246
<encoding>${project.build.sourceEncoding}</encoding>
247
- <release>8</release>
+ <target>1.8</target>
248
+ <source>1.8</source>
249
</configuration>
250
</plugin>
251
<plugin>
@@ -303,7 +304,8 @@
303
304
305
306
307
308
309
310
311
0 commit comments