We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3db320 commit 2dad314Copy full SHA for 2dad314
log4j-parent/pom.xml
@@ -1045,7 +1045,7 @@
1045
throw new RuntimeException('Failed to decompile the module descriptor in ' + jarFile + ':\n' + err)
1046
}
1047
log.debug('Module descriptor: ' + out)
1048
- for (String line : out.toString().split(System.lineSeparator(), -1)) {
+ for (String line : out.toString().split('\r?\n', -1)) {
1049
if (line.contains('static') && line.contains('transitive')) {
1050
throw new RuntimeException("The 'static' and 'transitive' modifiers should not be use together: " + line)
1051
0 commit comments