Skip to content

Support includeBuild setups #306

@Eufranio

Description

@Eufranio

The way that Gradle treats includeBuild included projects at the moment is by replacing the com.group:module notation with the corresponding project("...") reference internally, but that does not work when the included build is a mod since loom requires mod subprojects to be imported with configuration: namedElements.

So, that turns loom incompatible with included builds, or am I missing something?

I tried getting it to work with modImplementation with no luck, and found this issue from 2022 with a similar issue. I am currently using architectury-loom and would love to have this kind of build supported, if that's possible.

This also seems to be related, for what's worth.

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