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

Add system properties for failBuild and skip #50

Closed skuzzle closed 3 years ago

skuzzle commented 3 years ago

I think it would be good to introduce the parameters -Drestrictimports.skip and -Drestrictimports.failBuild to control the respective parameters from command line. This can already be achieved with manual configuration, but I think ootb support would be nice