Usages of Array.plus: return type changed.
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ abstract class BaseGradleIT {
|
||||
|
||||
private fun Project.createCommand(params: Array<out String>): List<String> {
|
||||
val pathToKotlinPlugin = "-PpathToKotlinPlugin=" + File("local-repo").getAbsolutePath()
|
||||
val tailParameters = params +
|
||||
val tailParameters = params.asList() +
|
||||
listOf(pathToKotlinPlugin, "--no-daemon", "--${minLogLevel.name().toLowerCase()}", "-Pkotlin.gradle.test=true")
|
||||
|
||||
return if (isWindows())
|
||||
|
||||
Reference in New Issue
Block a user