Skip to content

Plugin incompatible with Gradle's Isolated Projects #343

@3flex

Description

@3flex

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions