Skip to content

Commit

Permalink
Change build target to use 1.6 instead as -> Source option 1.5 is no …
Browse files Browse the repository at this point in the history
…longer supported. Use 1.6 or later.
  • Loading branch information
Hazze Molin authored and theborakompanioni committed Mar 12, 2020
1 parent f850796 commit 52aa1bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -128,8 +128,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
<source>1.6</source>
<target>1.6</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
Expand Down

0 comments on commit 52aa1bd

Please sign in to comment.