From c06a236e3607eda5bd1dac02a6c4ce6bd7a66c22 Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Mon, 3 Feb 2020 20:08:48 +0300 Subject: [PATCH] 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: bcefa68df01766a059d202a47d968378f6ab5fa1 --- .../jslib-example/META-INF/MANIFEST.MF | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/jps/jps-plugin/testData/general/KotlinJavaScriptProjectWithDirectoryAsLibrary/jslib-example/META-INF/MANIFEST.MF b/jps/jps-plugin/testData/general/KotlinJavaScriptProjectWithDirectoryAsLibrary/jslib-example/META-INF/MANIFEST.MF index 5d1ec1e9192..9ed17555cdc 100644 --- a/jps/jps-plugin/testData/general/KotlinJavaScriptProjectWithDirectoryAsLibrary/jslib-example/META-INF/MANIFEST.MF +++ b/jps/jps-plugin/testData/general/KotlinJavaScriptProjectWithDirectoryAsLibrary/jslib-example/META-INF/MANIFEST.MF @@ -1,8 +1,8 @@ -Manifest-Version: 1.0 -Ant-Version: Apache Ant 1.9.1 -Created-By: 1.7.0_72-b14 (Oracle Corporation) -Built-By: JetBrains -Implementation-Vendor: JetBrains -Implementation-Version: snapshot -Specification-Title: Kotlin JavaScript Lib - +Manifest-Version: 1.0 +Ant-Version: Apache Ant 1.9.1 +Created-By: 1.7.0_72-b14 (Oracle Corporation) +Built-By: JetBrains +Implementation-Vendor: JetBrains +Implementation-Version: snapshot +Specification-Title: Kotlin JavaScript Lib +