Skip to content

Commit

Permalink
Build with Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Mar 8, 2017
1 parent f097402 commit 437a9d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -2,9 +2,6 @@ sudo: required
dist: trusty
language: java
jdk:
# - openjdk6
# - openjdk7
- oraclejdk7
- oraclejdk8
addons:
# Fix OpenJDK builds
Expand Down
6 changes: 2 additions & 4 deletions pom.xml
Expand Up @@ -49,6 +49,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<distributionManagement>
Expand Down Expand Up @@ -120,10 +122,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 437a9d3

Please sign in to comment.