Skip to content

Commit

Permalink
Update source level to JDK 7
Browse files Browse the repository at this point in the history
Usage of ConcurrentLinkedDeque requires JDK 7 and later.
  • Loading branch information
mirlord committed Apr 28, 2020
1 parent 1983422 commit d325442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<stringtemplate-version>3.2.1</stringtemplate-version>
<mavenVersion>3.2.3</mavenVersion>
<jmh.version>1.23</jmh.version>
<javac.target>1.6</javac.target>
<javadoc.source>6</javadoc.source>
<javac.target>1.7</javac.target>
<javadoc.source>7</javadoc.source>
</properties>

<developers>
Expand Down

0 comments on commit d325442

Please sign in to comment.