Skip to content

Commit

Permalink
follow @PascalSchumacher's example and prepare for Java10+
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Jun 9, 2018
1 parent b5401c4 commit 1132bc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -21,6 +21,7 @@ jdk:
- openjdk8
- oraclejdk8
- oraclejdk9
- oraclejdk10

cache:
directories:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -504,9 +504,9 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
</build>
</profile>
<profile>
<id>java9</id>
<id>java9+</id>
<activation>
<jdk>9</jdk>
<jdk>[9,)</jdk>
</activation>
<properties>
<maven.compiler.release>9</maven.compiler.release>
Expand Down

0 comments on commit 1132bc0

Please sign in to comment.