src/integrationTest/resources/instrumentation-task-disabled/build.gradle.kts [5:26]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - version = "1.0.0" plugins { id("org.jetbrains.kotlin.jvm") id("org.jetbrains.intellij.platform") } kotlin { jvmToolchain(17) } repositories { mavenCentral() intellijPlatform { defaultRepositories() } } dependencies { intellijPlatform { create(intellijPlatformTypeProperty, intellijPlatformVersionProperty) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/integrationTest/resources/multi-module/ext/build.gradle.kts [6:27]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - version = "1.0.0" plugins { id("org.jetbrains.kotlin.jvm") id("org.jetbrains.intellij.platform") } kotlin { jvmToolchain(17) } repositories { mavenCentral() intellijPlatform { defaultRepositories() } } dependencies { intellijPlatform { create(intellijPlatformTypeProperty, intellijPlatformVersionProperty) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -