Skip to content

Commit 6572cf2

Browse files
authored
Upgrade gradle plugin version (#8847)
`./gradlew verifyPlugin` wasn't working before because there was a change to the URL format for where Android platform versions were downloaded. The new version of the gradle plugin handles the new URL format so we can run verify again locally.
1 parent 24d11f2 commit 6572cf2

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Changed
66

7+
- Updated gradle plugin version to re-enable running `./gradlew verifyPlugin` locally. (#8847)
8+
79
### Removed
810

911
### Fixed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ plugins {
4040
// https://plugins.gradle.org/plugin/org.jetbrains.intellij.platform
4141
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
4242
id("java") // Java support
43-
id("org.jetbrains.intellij.platform") version "2.10.5" // IntelliJ Platform Gradle Plugin
43+
id("org.jetbrains.intellij.platform") version "2.12.0" // IntelliJ Platform Gradle Plugin
4444
id("org.jetbrains.kotlin.jvm") version "2.2.0" // Kotlin support
4545
id("org.jetbrains.changelog") version "2.2.0" // Gradle Changelog Plugin
4646
id("org.jetbrains.kotlinx.kover") version "0.9.4"

0 commit comments

Comments
 (0)