Skip to content

Commit

Permalink
Updated pom to support Java 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sp0x committed Apr 27, 2021
1 parent 1d20f40 commit 38ac62f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SDK/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<version>3.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 38ac62f

Please sign in to comment.