forax / pro

A Java build tool that works seamlessly with modules
GNU General Public License v3.0
103 stars 15 forks source link

Ignore "META-INF/services/" entry in ModuleFixerPlugin.scanServiceFile #32

Closed sormuras closed 7 years ago

sormuras commented 7 years ago

The ModuleReader.list() may return directory entries like META-INF/services/, which should not be put into the provides map with an empty key.