fix kotlin-gradle-plugin-test build

This commit is contained in:
Michael Nedzelsky
2014-12-15 15:52:58 +03:00
parent 3760eed8ff
commit f1d89805f1
@@ -64,7 +64,7 @@ open class BaseGradleIT(resourcesRoot: String = "src/test/resources") {
return this
}
private fun Project.createCommand(params: Array<String>): List<String> {
private fun Project.createCommand(params: Array<out String>): List<String> {
val pathToKotlinPlugin = "-PpathToKotlinPlugin=" + File("local-repo").getAbsolutePath()
val tailParameters = params + listOf(pathToKotlinPlugin, "--no-daemon", "--${minLogLevel.name().toLowerCase()}")