skuzzle/restrict-imports-enforcer-rule

Remove 'sourceFileCharset' in favor of maven default

skuzzle opened this issue · 1 comments

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.

Removed in 0.16.0