Skip to content

Can't include a directory outside the dist directory into the application distribution #118

@mcarlin

Description

@mcarlin

Hey @johnrengelman

I've been trying to include a directory outside the dist directory in to the application distribution. When doing this with the installApp task the directory is properly brought into the install build directory but when using the installShadowApp it isn't copied into the installShadow build directory. I've used the following code to include the directory

applicationDistribution.from('config') {
    into "config"
}

Is there something I'm missing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions