-
Notifications
You must be signed in to change notification settings - Fork 37
Plugin incompatible with Gradle's Isolated Projects #343
Copy link
Copy link
Open
Description
This plugin applies configuration from the root project using allprojects which breaks project isolation.
Errors from report on Gradle 8.8:
⨉Project : cannot access Project.extensions functionality on subprojects via allprojects
⨉Project : cannot access Project.plugins functionality on subprojects via allprojects
⨉Project : cannot access Project.tasks functionality on subprojects via allprojects
Related to #81 but this may be fixable without fixing the other (and vice versa) so I'm opening this to track.
Keep an eye on upstream Gradle issue: gradle/gradle#25179. When that's closed there may be convenient ways to address the issues in this plugin in new Gradle versions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels