Non-.groovy file extensions are logged differently
Closed this issue · 0 comments
WaitingIdly commented
in GroovyLogImpl
the regex only looks for files matching .groovy
instead of any of the options in the run config, meaning non-.groovy
extensions are not equally supported.
should only be a minor concern, since not matching just means it gets logged in a different way (at x.run(x.gvy:3)
vs in test.groovy in line 3
)