mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
[kotlin] KTIJ-35584 Change KGP version in wizard tests
(cherry picked from commit 25bf0148523dbc9034742db3038a46f08abe386d) IJ-CR-175267 GitOrigin-RevId: e158c10386db738635ce42ef4ab427b54db5d91f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b9c1ebc786
commit
c5f55812d1
@@ -64,7 +64,7 @@ abstract class GradleKotlinNewProjectWizardTestCase : GradleNewProjectWizardTest
|
||||
}
|
||||
|
||||
fun ModuleInfo.Builder.withKotlinBuildFile(
|
||||
kotlinJvmPluginVersion: String? = "2.2.10",
|
||||
kotlinJvmPluginVersion: String? = "2.2.20",
|
||||
configure: GradleBuildScriptBuilder<*>.() -> Unit = {}
|
||||
) {
|
||||
withBuildFile {
|
||||
|
||||
Reference in New Issue
Block a user