nebula-plugins / gradle-lint-plugin

A pluggable and configurable linter tool for identifying and reporting on patterns of misuse or deprecations in Gradle scripts.
Apache License 2.0
761 stars 88 forks source link

Plugin should not use the deprecated GUtil.loadProperties() function #378

Closed eskatos closed 1 year ago

eskatos commented 1 year ago

In Gradle 7.1, org.gradle.util.GUtil has been soft deprecated (@Deprecated annotation).

For Gradle 7.6 we wanted to add deprecation nagging to it. Our smoke tests show that the Nebula Lint Plugin still uses the GUtil.loadProperties() function. We will postpone adding the deprecation nagging because users currently cannot resolve it.

Could you please look into removing that usage from the Nebula Lint Plugin?

eskatos commented 1 year ago

FYI we plan to start nagging in Gradle 8.1

rpalcolea commented 1 year ago

Hi, sorry for the super late response.

This is not used anymore 👍 since 18.0.x