Skip to content

Commit

Permalink
chore: use default buildDir as the destination of okcheck report outp…
Browse files Browse the repository at this point in the history
…ut try to fix codecov can't generate on travis ci
  • Loading branch information
Jacksgong committed May 14, 2018
1 parent 0ac2d6a commit 6f02d2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ allprojects {
jcenter()
google()
}

okcheck {
destination = buildDir
}
}

task clean(type: Delete) {
Expand Down

0 comments on commit 6f02d2d

Please sign in to comment.