Details
- 
    Bug 
- 
    Resolution: Fixed
- 
    Major 
- 
    1.2.9
Description
When repository have groovy configuration, warning message is incorrect.
  
Problematic part is here.
throw new LogbackException("Unexpected filename extension of file [" + url.toString() + "]. Should be either .groovy or .xml");

I think error message should not contain .groovy.