Use linux endings in generated tests

This commit is contained in:
Vyacheslav Gerasimov
2020-03-31 23:42:28 +03:00
parent 59dd57dcf7
commit ca0f59dbc4
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -58,6 +58,7 @@ fun Project.generator(fqName: String, sourceSet: SourceSet? = null) = smartJavaE
classpath = (sourceSet ?: testSourceSet).runtimeClasspath
main = fqName
workingDir = rootDir
systemProperty("line.separator", "\n")
}
fun Project.getBooleanProperty(name: String): Boolean? = this.findProperty(name)?.let {