Skip to content

Commit

Permalink
fix(java-11): Allow JDK 9 to fail until fixed. Remove 1.x from compil…
Browse files Browse the repository at this point in the history
…er version.
  • Loading branch information
mrwilson committed Jun 2, 2019
1 parent f056bab commit 10f6742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ after_script:
matrix:
allow_failures:
- jdk: oraclejdk8
- jdk: oraclejdk9
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<version>1.0.0</version>

<properties>
<maven.compiler.source>1.11</maven.compiler.source>
<maven.compiler.target>1.11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hamcrest.version>1.3</hamcrest.version>
<coveralls.token>NOT-A-TOKEN</coveralls.token>
Expand Down

0 comments on commit 10f6742

Please sign in to comment.