Migrate IncrementalCompilationMultiProjectIT test to new dsl
^KT-45745 In Progress
This commit is contained in:
committed by
teamcity
parent
a5c1febf88
commit
14dc20186d
+2
-1
@@ -16,8 +16,9 @@ abstract class IncrementalCompilationBaseIT : KGPBaseTest() {
|
|||||||
|
|
||||||
protected abstract val defaultProjectName: String
|
protected abstract val defaultProjectName: String
|
||||||
|
|
||||||
fun defaultProject(
|
open fun defaultProject(
|
||||||
gradleVersion: GradleVersion,
|
gradleVersion: GradleVersion,
|
||||||
|
buildOptions: BuildOptions = defaultBuildOptions,
|
||||||
test: TestProject.() -> Unit = {}
|
test: TestProject.() -> Unit = {}
|
||||||
): TestProject = project(
|
): TestProject = project(
|
||||||
defaultProjectName,
|
defaultProjectName,
|
||||||
|
|||||||
+525
-367
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user