Skip to content

Generated source sets in tests may contain duplicates #19

Open
@dmdashenkov

Description

@dmdashenkov

The ProtoData Gradle plugin takes files generated by protoc as its input and puts the output files into a distinct directory. In order to avoid duplicates on the compilation, the plugin filters the compiler's input so that it does not contain ProtoData's inputs, only ProtoData's output. See io.spine.protodata.gradle.plugin#configureCompileTasks for more info.

However, this sometimes does not work in for the test source set.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions