Skip to content

Commit

Permalink
Upgrading IntelliJ from 2024.2.4 to 2024.3.0 (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCarini authored Nov 14, 2024
1 parent 71e3128 commit 7845bf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
### Added

### Changed
- Upgrading IntelliJ from 2024.2.4 to 2024.3.0

### Deprecated

Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ pluginRepositoryUrl = https://github.com/ChrisCarini/git-push-reminder-jetbrains
# - https://plugins.jetbrains.com/plugins/eap/list
# Note: You will need to configure the above URL as a custom plugin repository;
# see directions: https://www.jetbrains.com/help/idea/managing-plugins.html#repos
pluginVersion = 2.1.4
pluginVersion = 2.2.0

## See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
## for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 242
pluginUntilBuild = 242.*
pluginSinceBuild = 243
pluginUntilBuild = 243.*

# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions
pluginVerifierIdeVersions = 2024.2.4,LATEST-EAP-SNAPSHOT
pluginVerifierIdeVersions = 2024.3,LATEST-EAP-SNAPSHOT
# Failure Levels: https://github.com/JetBrains/gradle-intellij-plugin/blob/master/src/main/kotlin/org/jetbrains/intellij/tasks/RunPluginVerifierTask.kt
# Exclude `NOT_DYNAMIC` Failure Level because we make use of `projectCloseHandler` (in `plugin.xml`)
# which is considered to be a non-dynamic feature.
Expand All @@ -35,7 +35,7 @@ platformType = IC
#platformVersion = 2024.1.4 ## 2024.1.4
#platformVersion = 242.20224.91-EAP-SNAPSHOT ## 2024.2 Beta
#platformVersion = 242.20224.159-EAP-SNAPSHOT ## 2024.2 RC1
platformVersion = 2024.2.4
platformVersion = 2024.3

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

0 comments on commit 7845bf2

Please sign in to comment.