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 6ead0b1 commit ffbd051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ language: java
jdk:
- oraclejdk9
- oraclejdk8
- oraclejdk7
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<version>3.7.0</version>
<configuration>
<encoding>UTF-8</encoding>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>

Expand Down

0 comments on commit ffbd051

Please sign in to comment.