mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
[kotlin] Change KGP version in wizard tests
KTIJ-34891 (cherry picked from commit 95a794e17c77843df9cfbd2716c6c6299253d9e7) IJ-CR-173245 GitOrigin-RevId: be95eb608871e359ba8742ce2eb6afc1ce5550e6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
caa09c8bf8
commit
5aa12d48e8
@@ -64,7 +64,7 @@ abstract class GradleKotlinNewProjectWizardTestCase : GradleNewProjectWizardTest
|
||||
}
|
||||
|
||||
fun ModuleInfo.Builder.withKotlinBuildFile(
|
||||
kotlinJvmPluginVersion: String? = "2.2.0",
|
||||
kotlinJvmPluginVersion: String? = "2.2.10",
|
||||
configure: GradleBuildScriptBuilder<*>.() -> Unit = {}
|
||||
) {
|
||||
withBuildFile {
|
||||
|
||||
Reference in New Issue
Block a user