From 60a7d38cfad819f4313d552a429b9b69524e28f2 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Sun, 26 Jun 2016 12:27:31 -0700 Subject: [PATCH] Issue #3229: switch distelli CI to jdk8 --- distelli-manifest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distelli-manifest.yml b/distelli-manifest.yml index 0b5ee3bec..8ee4da589 100644 --- a/distelli-manifest.yml +++ b/distelli-manifest.yml @@ -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