Skip to content

Commit 730dbb3

Browse files
committed
Upgrading IntelliJ from 2024.2 to 0.0.0
1 parent 88f473e commit 730dbb3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
### Added
88

99
### Changed
10+
- Upgrading IntelliJ from 2024.2 to 0.0.0
1011

1112
### Deprecated
1213

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pluginUntilBuild = 242.*
1717

1818
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
1919
# See https://jb.gg/intellij-platform-builds-list for available build versions
20-
pluginVerifierIdeVersions = 2024.2,LATEST-EAP-SNAPSHOT
20+
pluginVerifierIdeVersions = 0.0,LATEST-EAP-SNAPSHOT
2121
# Failure Levels: https://github.com/JetBrains/gradle-intellij-plugin/blob/master/src/main/kotlin/org/jetbrains/intellij/tasks/RunPluginVerifierTask.kt
2222
# Exclude `DEPRECATED_API_USAGES` as we use `FrameStateListener.onFrameDeactivated()` in
2323
# `FocusPowerSaveService.IdeFrameStatePowerSaveListener` (2022.3)
@@ -37,7 +37,7 @@ platformType = IC
3737
#platformVersion = 2024.1.4 ## 2024.1.4
3838
#platformVersion = 242.20224.91-EAP-SNAPSHOT ## 2024.2 Beta
3939
#platformVersion = 242.20224.159-EAP-SNAPSHOT ## 2024.2 RC1
40-
platformVersion = 2024.2
40+
platformVersion = 0.0
4141

4242
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
4343
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP

0 commit comments

Comments
 (0)