kordamp / kordamp-gradle-plugins

A collection of Gradle plugins
https://kordamp.org/kordamp-gradle-plugins/
Apache License 2.0
138 stars 25 forks source link

[Stats] Improper use of path as regex in Windows #481

Closed scionaltera closed 3 years ago

scionaltera commented 3 years ago

I get this stack trace running v0.46.0 of the SourceStats plugin in Windows. Looks like the line in question is performing a regex and it improperly interprets the backslash in the path as an escape character in the pattern.

image