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

Consider to provide a gradle plugin #59

Closed skuzzle closed 9 months ago

skuzzle commented 1 year ago

Providing the same functionality as a gradle plugin should be pretty straight-forward. All the core functionality is already implemented without any dependencies to maven. We could make this a multi-module project with 3 modules: core, maven-plugin and gradle-plugin.