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
Original commit: bcefa68df0
This commit is contained in:
+8
-8
@@ -1,8 +1,8 @@
|
|||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
Ant-Version: Apache Ant 1.9.1
|
Ant-Version: Apache Ant 1.9.1
|
||||||
Created-By: 1.7.0_72-b14 (Oracle Corporation)
|
Created-By: 1.7.0_72-b14 (Oracle Corporation)
|
||||||
Built-By: JetBrains
|
Built-By: JetBrains
|
||||||
Implementation-Vendor: JetBrains
|
Implementation-Vendor: JetBrains
|
||||||
Implementation-Version: snapshot
|
Implementation-Version: snapshot
|
||||||
Specification-Title: Kotlin JavaScript Lib
|
Specification-Title: Kotlin JavaScript Lib
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user