mockito / shipkit

Toolkit for shipping it used by Mockito library
http://shipkit.org
MIT License
158 stars 35 forks source link

fix deprecation warning -> use onfigurableReport.setDestination(File) #817

Closed epeee closed 5 years ago

epeee commented 5 years ago

basically, getting rid of this warning

> Configure project :shipkit
The ConfigurableReport.setDestination(Object) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use the method ConfigurableReport.setDestination(File) instead.
        at shipkit_2cr6fz4tp44wkkz1iroi80u1s$_run_closure9$_closure18.doCall(/home/ep/projects/github/mockito-project/mockito-release-tools/subprojects/shipkit/shipkit.gradle:103)
codecov[bot] commented 5 years ago

Codecov Report

Merging #817 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #817   +/-   ##
=========================================
  Coverage     94.25%   94.25%           
  Complexity      475      475           
=========================================
  Files           156      156           
  Lines          2244     2244           
  Branches         77       77           
=========================================
  Hits           2115     2115           
  Misses           61       61           
  Partials         68       68

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5b08153...5b674ff. Read the comment docs.