kordamp / jdeps-gradle-plugin

Run JDeps on a Gradle build
Apache License 2.0
35 stars 10 forks source link

Gradle 6 deprecation warnings #11

Closed boris-petrov closed 4 years ago

boris-petrov commented 4 years ago

Running jdeps under Gradle 6 results in the following warnings:

> Task :backend:jdeps
Property 'failOnError' has redundant getters: 'getFailOnError()' and 'isFailOnError()'. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.
Property 'jdkinternals' has redundant getters: 'getJdkinternals()' and 'isJdkinternals()'. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.
Property 'profile' has redundant getters: 'getProfile()' and 'isProfile()'. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.
Property 'recursive' has redundant getters: 'getRecursive()' and 'isRecursive()'. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.
Property 'summary' has redundant getters: 'getSummary()' and 'isSummary()'. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.
Property 'failures' is not annotated with an input or output annotation. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.
aalmiray commented 4 years ago

Fixed with release 0.8.0.