mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 22:10:54 +03:00
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:
@@ -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" )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user