mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +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,
|
||||
"release" to "1.8", // Java version
|
||||
"failonerror" to "true" )
|
||||
|
||||
"fixcrlf"(
|
||||
"file" to "${project.name}-sigtest.txt",
|
||||
"eol" to "lf" )
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user