Skip to content

sbt bloopInstall does not share resource files if there are no scala files in a project #1504

Open
@pjrt

Description

@pjrt

The title might be confusing, here's what's happening.

We have a project (sbt) that has nothing in it but a resource file. This file is shared with other projects via "depends" method on SBT projects.

When we call sbt bloopInstall, the projects that have a dependency on it seem to not get access to those resource files.

Adding a dummy scala class to that resources-only project fixes the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugA defect or misbehaviour.sbt

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions