Skip to content

Commit

Permalink
remove explicit jdk7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mtomko committed Apr 2, 2018
1 parent ffbd051 commit 7e803f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<name>RigerJ</name>
<url>http://www.broadinstitute.org/genetic-perturbation-platform</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<dependency>
<groupId>commons-cli</groupId>
Expand All @@ -32,7 +36,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<encoding>UTF-8</encoding>
<source>1.8</source>
<target>1.8</target>
</configuration>
Expand Down

0 comments on commit 7e803f9

Please sign in to comment.