gregwhitaker / catnap

Partial JSON response framework for RESTful web services
Apache License 2.0
55 stars 15 forks source link

Prepare for Gradle 5.0 #12

Closed gregwhitaker closed 6 years ago

gregwhitaker commented 7 years ago

There are a number of deprecated things going on with the Checkstyle plugin that is being used. Fix them.

Example: 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.