You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate IntelliJ Platform repository configuration to settings.gradle.kts
Dependencies - upgrade org.jetbrains.intellij.platform to 2.14.0
Update group property in gradle.properties and remove redundant pluginGroup configuration from build.gradle.kts
Update version property in gradle.properties and remove redundant pluginVersion configuration from build.gradle.kts
Inline junit dependency version in build.gradle.kts and remove it from libs.versions.toml.
Remove platformVersion property and inline its value in build.gradle.kts for cleaner configuration.
Remove libs.versions.toml and inline plugin versions in build scripts for simpler configuration.
Removed
Remove (empty) plugin and module dependency configurations from build.gradle.kts and gradle.properties.
Remove opentest4j dependency from build.gradle.kts and libs.versions.toml, redundant since IntelliJ Platform 251+
Remove gradleVersion property and wrapper configuration as Gradle Wrapper should be updated with ./gradlew wrapper --gradle-version=9.4.1 && ./gradlew wrapper
Remove Qodana configuration, dependencies, and related workflow steps.
Remove Kover configuration, dependencies, and related workflow steps.
Remove redundant Kotlin JVM toolchain configuration from build.gradle.kts
Remove redundant intellijPlatform.pluginConfiguration.ideaVersion.sinceBuild configuration from build.gradle.kts
Remove redundant pluginSinceBuild property from gradle.properties
Remove redundant intellijPlatform.signing configuration from build.gradle.kts
Remove redundant intellijPlatform.publishing.token configuration from build.gradle.kts
Remove redundant intellijPlatform.pluginVerification configuration from build.gradle.kts
Remove redundant java plugin declaration from build.gradle.kts
Remove pluginVersion configuration from build.gradle.kts.
Remove pluginName property from gradle.properties and build.gradle.kts as it is already set in the plugin.xml
Remove intellijPlatform.publishing.channels configuration from build.gradle.kts.
Remove runIdeForUiTests obsolete task from build.gradle.kts.