-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
🐛 bugDefect / BugDefect / Bug
Description
I noticed the default glue setting for Java projects is slightly incorrect.
Current setting:
Line 78 in 0c380d3
"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
Labels
🐛 bugDefect / BugDefect / Bug