Use linux endings in generated tests
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user