Skip to content

Commit 418b8f1

Browse files
author
dennis.mercuriali
committed
revert to source/target
1 parent 3dbd337 commit 418b8f1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@
244244
<version>3.10.1</version>
245245
<configuration>
246246
<encoding>${project.build.sourceEncoding}</encoding>
247-
<release>8</release>
247+
<target>1.8</target>
248+
<source>1.8</source>
248249
</configuration>
249250
</plugin>
250251
<plugin>
@@ -303,7 +304,8 @@
303304
<version>3.10.1</version>
304305
<configuration>
305306
<encoding>${project.build.sourceEncoding}</encoding>
306-
<release>8</release>
307+
<target>1.8</target>
308+
<source>1.8</source>
307309
</configuration>
308310
</plugin>
309311
<plugin>

0 commit comments

Comments
 (0)