Skip to content

Commit

Permalink
Enforce Java 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Carter committed Dec 10, 2015
1 parent 94911e8 commit 9c3d005
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 9c3d005

Please sign in to comment.