bug

My repository: https://github.com/zdu-strong/temp_classpath_resource Environmental requirements: java v17 Run tests: ./mvn clean test Run docker: docker build .

Comment From: wilkinsona

It's due to line endings. Linux uses \n but Windows uses \r\n. If you clone the repository on Windows such that line endings are converted, the two \n characters in the file are replaced with \r\n. This makes it two bytes longer.

If you have any further questions, please follow up on Stack Overflow. As mentioned in the guidelines for contributing, we prefer to use GitHub issues only for bugs and enhancements.