Skip to content

Commit 5c8b940

Browse files
authored
Upgrading IntelliJ from 2024.2.4 to 2024.3.0 (#463)
1 parent f3a2c77 commit 5c8b940

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
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.4 to 2024.3.0
1011

1112
### Deprecated
1213

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ pluginRepositoryUrl = https://github.com/ChrisCarini/jetbrains-auto-power-saver
88
# - https://plugins.jetbrains.com/plugins/eap/list
99
# Note: You will need to configure the above URL as a custom plugin repository;
1010
# see directions: https://www.jetbrains.com/help/idea/managing-plugins.html#repos
11-
pluginVersion = 4.1.4
11+
pluginVersion = 4.2.0
1212

1313
## See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1414
## for insight into build numbers and IntelliJ Platform versions.
15-
pluginSinceBuild = 242
16-
pluginUntilBuild = 242.*
15+
pluginSinceBuild = 243
16+
pluginUntilBuild = 243.*
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.4,LATEST-EAP-SNAPSHOT
20+
pluginVerifierIdeVersions = 2024.3,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.4
40+
platformVersion = 2024.3
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)