unbroken-dome / gradle-testsets-plugin

A plugin for the Gradle build system that allows specifying test sets (like integration or acceptance tests).
MIT License
230 stars 50 forks source link

Remove warnings #80

Closed fwfurtado closed 5 years ago

tkrullmann commented 5 years ago

Thanks for the suggestion! I would love to do this but unfortunately it would break compatibility with Gradle 4.

The Gradle devs are pretty aggressive with their deprecations, it is pretty much unavoidable to have a few of them when trying to support a range of Gradle versions. For now I see making this plugin unusable with Gradle 4 is too high a price for "just" fixing a warning.