sigtest: fix line separators for file generated by sigtest (default is a mix of cr+lf and lf on Windows)

This commit is contained in:
Karl Tauber
2025-10-26 19:44:58 +01:00
parent 0d4946230e
commit 1e2a75a19c

View File

@@ -113,6 +113,10 @@ tasks {
"version" to version, "version" to version,
"release" to "1.8", // Java version "release" to "1.8", // Java version
"failonerror" to "true" ) "failonerror" to "true" )
"fixcrlf"(
"file" to "${project.name}-sigtest.txt",
"eol" to "lf" )
} }
} }
} }