google-java-format-gradle-plugin icon indicating copy to clipboard operation
google-java-format-gradle-plugin copied to clipboard

Property 'clean' has redundant getters

Open senmls opened this issue 5 years ago • 0 comments

Upon running with gradle with --warning-mode all I get the warning Property 'clean' has redundant getters: 'getClean()' and 'isClean()'. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.

senmls avatar Nov 27 '20 02:11 senmls