confirm use jdk8 as compile jdk

This commit is contained in:
wusheng 2016-11-21 11:08:47 +08:00
parent 9628e8aff9
commit 0e309da054
1 changed files with 1 additions and 1 deletions

View File

@ -8,8 +8,8 @@ install:
- cd ..
script:
- jdk_switcher use oraclejdk8
- cd skywalking-network
- mvn clean install -Dmaven.test.skip=true
- jdk_switcher use oraclejdk8
- cd ..
- mvn clean install -Dmaven.test.skip=true