Ashley Scopes created MWRAPPER-139: -------------------------------------- Summary: Shell scripts break on LF in config for Windows Key: MWRAPPER-139 URL: https://issues.apache.org/jira/browse/MWRAPPER-139 Project: Maven Wrapper Issue Type: Bug Components: Maven Wrapper Scripts Affects Versions: 3.3.1 Reporter: Ashley Scopes
Today, I updated the Maven Wrapper in a project I have on GitHub by running `./mvnw wrapper:wrapper`, and then pushed it to GitHub. It appears that upon doing this, the bash scripts no longer work due to how newlines are being interpreted in the maven-wrapper.properties file. {code} + ./mvnw --version distributionUrl is not valid, must match *-bin.zip or maven-mvnd-*.zip, but found 'https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip ' {code} This appears to just affect when running on GitHub actions with a Windows runner and the `bash` shell. I will see if I can find the issue and raise a fix in an MR -- This message was sent by Atlassian Jira (v8.20.10#820010)