Skip to content

Commit bba0085

Browse files
committed
move min Java version back to 1.6
1 parent 62a3b54 commit bba0085

File tree

2 files changed

+176
-83
lines changed

2 files changed

+176
-83
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
<artifactId>maven-compiler-plugin</artifactId>
5454
<version>2.3.2</version>
5555
<configuration>
56-
<source>1.8</source>
57-
<target>1.8</target>
56+
<source>1.6</source>
57+
<target>1.6</target>
5858
</configuration>
5959
</plugin>
6060
<plugin>

0 commit comments

Comments
 (0)