Skip to content

Commit 3c6e55b

Browse files
committed
Upgrading IntelliJ from 2024.1.5 to 0.0.0
1 parent ff136ec commit 3c6e55b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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.1.5 to 0.0.0
1011

1112
### Deprecated
1213

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ pluginVersion = 4.0.5
88

99
## See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
## for insight into build numbers and IntelliJ Platform versions.
11-
pluginSinceBuild = 241
12-
pluginUntilBuild = 241.*
11+
pluginSinceBuild = 242
12+
pluginUntilBuild = 242.*
1313

1414
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
1515
# 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
1717
# Failure Levels: https://github.com/JetBrains/gradle-intellij-plugin/blob/master/src/main/kotlin/org/jetbrains/intellij/tasks/RunPluginVerifierTask.kt
1818
# Exclude `DEPRECATED_API_USAGES` as we use `FrameStateListener.onFrameDeactivated()` in
1919
# `FocusPowerSaveService.IdeFrameStatePowerSaveListener` (2022.3)
@@ -27,7 +27,7 @@ platformType = IC
2727
# and https://www.jetbrains.com/intellij-repository/snapshots/
2828
# To use/download EAP add '-EAP-SNAPSHOT' to the version, i.e. 'IU-191.6014.8-EAP-SNAPSHOT'
2929
# platformVersion = '201.6668.60-EAP-SNAPSHOT'
30-
platformVersion = 2024.1.5
30+
platformVersion = 0.0
3131
platformDownloadSources = true
3232

3333
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html

0 commit comments

Comments
 (0)