autonomousapps / gradle-best-practices-plugin

Gradle Plugin that detects violations of Gradle best practices in Gradle Plugins
Apache License 2.0
181 stars 3 forks source link

Isolated Projects: Disallow accessing other projects #22

Open joshfriend opened 6 months ago

joshfriend commented 6 months ago

Some examples:

Enabling isolated projects is going to enforce the rules for codepaths which are executed during a build, but being able to use this plugin to incrementally adopt the isolated APIs would be useful