Skip to content

Commit

Permalink
fix java 9 build
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Oct 22, 2017
1 parent 0d8b7b7 commit 6b042b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ matrix:
- git clone https://github.com/retronym/java9-rt-export
- cd java9-rt-export/
- git checkout 1019a2873d057dd7214f4135e84283695728395d
- jdk_switcher use oraclejdk8
- echo "sbt.version=1.0.2" > project/build.properties
- sbt package
- jdk_switcher use oraclejdk9
- mkdir -p $HOME/.sbt/0.13/java9-rt-ext; java -jar target/java9-rt-export-*.jar $HOME/.sbt/0.13/java9-rt-ext/rt.jar
- jar tf $HOME/.sbt/0.13/java9-rt-ext/rt.jar | grep java/lang/Object
- cd ..
Expand Down

0 comments on commit 6b042b2

Please sign in to comment.