From 6f02d2d50e58d695b0b30ccf9ebe3b44bf5503ca Mon Sep 17 00:00:00 2001 From: Jacksgong Date: Mon, 14 May 2018 23:49:58 +0800 Subject: [PATCH] chore: use default buildDir as the destination of okcheck report output try to fix codecov can't generate on travis ci --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index ae8d9862..e84bf4b0 100644 --- a/build.gradle +++ b/build.gradle @@ -34,6 +34,10 @@ allprojects { jcenter() google() } + + okcheck { + destination = buildDir + } } task clean(type: Delete) {