intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

suppress unused property for gradle.properties file

Open nise-nabe opened this issue 3 years ago • 0 comments

Motivation

Gradle could set build enviromnent properties using gradle.properties.

https://docs.gradle.org/7.4.2/userguide/build_environment.html#sec:gradle_configuration_properties

the properties is used by gradle, but the properties mark as unused.

Changes

Fix not to warn unused properties. using ImplicitPropertyUsageProvider extension point.

ASIS

ASIS screenshot

TOBE

TOBE screenshot

nise-nabe avatar May 03 '22 09:05 nise-nabe