Skip to content

Commit abab695

Browse files
authored
Upgrading IntelliJ from 2025.2.5 to 2025.3.0 (#575)
* Upgrading IntelliJ from 2025.2.5 to 2025.3.0 * Remove `platformType` from `gradle.properties`
1 parent c286f04 commit abab695

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
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 2025.2.5 to 2025.3.0
1011

1112
### Deprecated
1213

gradle.properties

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,31 @@ pluginRepositoryUrl = https://github.com/ChrisCarini/automatic-github-issue-navi
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 = 3.1.5
11+
pluginVersion = 3.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 = 252
16-
pluginUntilBuild = 252.*
15+
pluginSinceBuild = 253
16+
pluginUntilBuild = 253.*
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 = 2025.2.5,LATEST-EAP-SNAPSHOT
20+
pluginVerifierIdeVersions = 2025.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
pluginVerifierExcludeFailureLevels =
2323
# Mute Plugin Problems -> https://github.com/JetBrains/intellij-plugin-verifier?tab=readme-ov-file#check-plugin
2424
# Used to mute (ignore) a comma-seperated list of plugin problems.
2525
pluginVerifierMutePluginProblems =
2626

2727

28-
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
29-
platformType = IC
30-
# see https://www.jetbrains.com/intellij-repository/releases/
28+
# See https://www.jetbrains.com/intellij-repository/releases/
3129
# and https://www.jetbrains.com/intellij-repository/snapshots/
3230
# To use/download EAP add '-EAP-SNAPSHOT' to the version, i.e. 'IU-191.6014.8-EAP-SNAPSHOT'
3331
# platformVersion = '201.6668.60-EAP-SNAPSHOT'
3432
#platformVersion = 2024.1.4 ## 2024.1.4
3533
#platformVersion = 242.20224.91-EAP-SNAPSHOT ## 2024.2 Beta
3634
#platformVersion = 242.20224.159-EAP-SNAPSHOT ## 2024.2 RC1
37-
platformVersion = 2025.2.5
35+
platformVersion = 2025.3
3836

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

0 commit comments

Comments
 (0)