playframework icon indicating copy to clipboard operation
playframework copied to clipboard

Deprecation warning on ProjectLayout.configurableFiles()

Open clemstoquart opened this issue 6 years ago • 1 comments

Hi guys,

I have the following deprecation warning message with the release 0.6 and Gradle 5.4.1 :

> Configure project :
The ProjectLayout.configurableFiles() method has been deprecated. This is scheduled to be removed in Gradle 6.0. Please use the ObjectFactory.fileCollection() method instead.

I'll try to provide a PR shortly.

Have a nice day :)

clemstoquart avatar May 21 '19 12:05 clemstoquart

Fix by https://github.com/gradle/playframework/pull/98

clemstoquart avatar May 21 '19 13:05 clemstoquart