eriwen / gradle-js-plugin

Gradle plugin for working with JS
http://eriwen.github.io/gradle-js-plugin
Apache License 2.0
382 stars 113 forks source link

set JaCoCo html report destination as File() #165

Open sturman opened 5 years ago

sturman commented 5 years ago

There is and error during build project in TravisCI

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.

Fixed set HTML report destination