Skip to content

Correct default glue setting for Java #281

@corey-kdm

Description

@corey-kdm

I noticed the default glue setting for Java projects is slightly incorrect.

Current setting:

"src/test/**/*.java",

However, for typical Java projects the path will be: src/test/java/**/*.java

Ideally, the setting would be: **/src/test/java/**/*.java so that multi-module projects are handled.

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