Issue #3229: switch distelli CI to jdk8
This commit is contained in:
parent
e748ca5fc2
commit
60a7d38cfa
|
|
@ -1,5 +1,7 @@
|
|||
# CI is dedicated to verify NoExceptions in Javadoc checks - checks-only-javadoc-error.xml
|
||||
checkstyle/checkstyle:
|
||||
Build:
|
||||
- command -v jdk_switcher > /dev/null && jdk_switcher use oraclejdk8
|
||||
- git clone https://github.com/checkstyle/contribution && cd contribution/checkstyle-tester
|
||||
- sed -i.'' 's/^guava/#guava/' projects-for-travis.properties
|
||||
- sed -i.'' 's/#spring-framework/spring-framework/' projects-for-travis.properties
|
||||
|
|
|
|||
Loading…
Reference in New Issue