skuzzle / restrict-imports-enforcer-rule

Gradle plugin & Maven Enforcer rule that restricts usage of unwanted imports in Java, Kotlin and Groovy source files.
MIT License
75 stars 12 forks source link

Remove 'sourceFileCharset' in favor of maven default #23

Closed skuzzle closed 5 years ago

skuzzle commented 5 years ago

There is no benefit in introducing an own property for specifying the source file charset. There is already a maven property (which we already use as default): project.build.sourceEncoding

sourceFileCharset will be deprecated in version 0.15.0 and removed in subsequent versions.

skuzzle commented 5 years ago

Removed in 0.16.0