Always checkout/checkin text files with lf endings
Different line endings on linux/windows prevents gradle from reusing build cache since endings make task inputs completely different between systems
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
**/testData/** linguist-vendored
|
||||
*Generated.java linguist-generated=true
|
||||
* text=auto
|
||||
* eol=lf
|
||||
compiler/cli/bin/* eol=lf
|
||||
compiler/cli/bin/*.bat eol=crlf
|
||||
|
||||
Reference in New Issue
Block a user