Skip to content

Commit

Permalink
Fix Travis CI build with oraclejdk9: https://travis-ci.org/kaitoy/pca…
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitoy committed Aug 15, 2019
1 parent 1675fb5 commit ee71081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mvn/toolchains_travis_9.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<version>9</version>
</provides>
<configuration>
<jdkHome>/usr/lib/jvm/java-9-oracle</jdkHome>
<jdkHome>/home/travis/oraclejdk9</jdkHome>
</configuration>
</toolchain>

</toolchains>
</toolchains>

0 comments on commit ee71081

Please sign in to comment.