peblair opened this issue 7 years ago · 1 comments
When running easy-plugins, any existing META-INF/services files that easy-plugins tries to update have all newlines removed. (fix is to add writer.write('\n') after this line)
easy-plugins
META-INF/services
writer.write('\n')
0dc8016