Skip to content

Commit

Permalink
These fixes don't actually require JDK9
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbye committed May 18, 2019
1 parent 2e5557d commit c98e818
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ jdk:
- openjdk10
# - oraclejdk10
- openjdk9
# - oraclejdk8 #not supported
- oraclejdk8 #not supported

matrix:
allow_failures:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -42,8 +42,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>9</maven.compiler.source>
<maven.compiler.target>9</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<downloadSources>true</downloadSources>
<hamcrest.version>1.3</hamcrest.version>
Expand Down

0 comments on commit c98e818

Please sign in to comment.