Skip to content

Commit 61566b0

Browse files
committed
chore: update IntelliJ platform and dependencies to 2025.2, bump Gradle to 9.5.0, and update plugin settings
1 parent bab5aa7 commit 61566b0

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Provides full IDE integration: test discovery, run configurations, code generati
1717
|----------------------|---------------------------|
1818
| Language | Kotlin 2.3.0 |
1919
| JVM Toolchain | Java 21 |
20-
| IntelliJ Platform | 2024.3.4 (IU — Ultimate) |
21-
| Min platform build | 243 (2024.3.x) |
20+
| IntelliJ Platform | 2025.2.6 (IU — Ultimate) |
21+
| Min platform build | 252 (2025.2.x) |
2222
| Build system | Gradle 9.3.0 |
2323
| IntelliJ Plugin SDK | `org.jetbrains.intellij.platform` 2.11.0 |
2424
| Changelog plugin | `org.jetbrains.changelog` 2.5.0 |
@@ -204,7 +204,7 @@ A PHP element is recognized as a Testo test when:
204204
## Constraints & Important Notes
205205

206206
- **Platform:** IntelliJ IDEA Ultimate or PhpStorm only (requires `com.jetbrains.php` plugin)
207-
- **Min IDE version:** 2024.3 (build 243+)
207+
- **Min IDE version:** 2025.2 (build 252+)
208208
- **Kotlin stdlib is NOT bundled** (`kotlin.stdlib.default.dependency = false`) — uses the one shipped with IntelliJ
209209
- **Gradle Configuration Cache** and **Build Cache** are enabled
210210
- **Code and comments language:** English

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ pluginRepositoryUrl = https://github.com/j-plugins/testo-plugin
77
pluginVersion = 2026.2.1
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10-
pluginSinceBuild = 243
10+
pluginSinceBuild = 252
1111

1212
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1313
platformType = IU
14-
platformVersion = 2024.3.4
14+
platformVersion = 2025.2.6
1515

1616
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1717
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
18-
platformPlugins=com.jetbrains.php:243.25659.59,com.jetbrains.hackathon.indices.viewer:1.28,org.jetbrains.plugins.phpstorm-remote-interpreter:243.21565.23,com.jetbrains.hackathon.indices.viewer:1.28,com.jetbrains.php.codeception:243.25659.39,com.jetbrains.php.behat:243.21565.129,gherkin:243.21565.122
18+
platformPlugins=com.jetbrains.php:252.28539.13,com.jetbrains.hackathon.indices.viewer:1.31,org.jetbrains.plugins.phpstorm-remote-interpreter:252.23892.360,com.jetbrains.php.codeception:252.28238.9,com.jetbrains.php.behat:252.23892.360,gherkin:252.25557.23,com.github.xepozz.ide.introspector:2026.0.2
1919
# Example: platformBundledPlugins = com.intellij.java
2020
platformBundledPlugins =
2121
# Example: platformBundledModules = intellij.spellchecker
22-
platformBundledModules = intellij.platform.coverage
22+
platformBundledModules = intellij.platform.coverage,intellij.spellchecker
2323

2424
# Gradle Releases -> https://github.com/gradle/gradle/releases
25-
gradleVersion = 9.3.0
25+
gradleVersion = 9.5.0
2626

2727
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
2828
kotlin.stdlib.default.dependency = false

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)