Closed as not planned
Description
allprojects
is considered a bad practice in Gradle and it will break future features like project isolation.
Should be great if one of these options was available before the final release:
- Add a flag to disable
allprojects
configuration - Remove
allprojects
configuration and force it to apply to each project individually. To avoid duplicating code, the recommended practice nowadays is using convention plugins, so a simple example can be added to the readme.