File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 7
7
### Added
8
8
9
9
### Changed
10
+ - Upgrading IntelliJ from 2024.1.5 to 0.0.0
10
11
11
12
### Deprecated
12
13
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ pluginVersion = 4.0.5
8
8
9
9
# # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
# # for insight into build numbers and IntelliJ Platform versions.
11
- pluginSinceBuild = 241
12
- pluginUntilBuild = 241 .*
11
+ pluginSinceBuild = 242
12
+ pluginUntilBuild = 242 .*
13
13
14
14
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
15
15
# See https://jb.gg/intellij-platform-builds-list for available build versions
16
- pluginVerifierIdeVersions = 2024.1.5 ,LATEST-EAP-SNAPSHOT
16
+ pluginVerifierIdeVersions = 0.0 ,LATEST-EAP-SNAPSHOT
17
17
# Failure Levels: https://github.com/JetBrains/gradle-intellij-plugin/blob/master/src/main/kotlin/org/jetbrains/intellij/tasks/RunPluginVerifierTask.kt
18
18
# Exclude `DEPRECATED_API_USAGES` as we use `FrameStateListener.onFrameDeactivated()` in
19
19
# `FocusPowerSaveService.IdeFrameStatePowerSaveListener` (2022.3)
@@ -27,7 +27,7 @@ platformType = IC
27
27
# and https://www.jetbrains.com/intellij-repository/snapshots/
28
28
# To use/download EAP add '-EAP-SNAPSHOT' to the version, i.e. 'IU-191.6014.8-EAP-SNAPSHOT'
29
29
# platformVersion = '201.6668.60-EAP-SNAPSHOT'
30
- platformVersion = 2024.1.5
30
+ platformVersion = 0.0
31
31
platformDownloadSources = true
32
32
33
33
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
You can’t perform that action at this time.
0 commit comments