Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Motivation: If we split a multi-line string with `\r\n`, we saw a multi-line in the returned array. I guess the result could contain both `\r\n` and `\n` even though it is Windows system. Modifications: - Use `\n` or `\r\n` to split a multi-line string Result: No longer see an warn message whiling intializing Gradle scripts
- Loading branch information