Skip to content

Commit 538bb23

Browse files
committed
2025.1 build
1 parent 8c7a55c commit 538bb23

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Changelog
22
=========
33

44
# Version names
5-
* 2024.x: PhpStorm 2024.1+
5+
* 2025.x: PhpStorm 2025.1+
6+
* 2024.x: PhpStorm 2024.1+ (no support)
67
* 2023.x: PhpStorm 2023.1+ (no support)
78
* 2022.x: PhpStorm 2022.1+ (no support)
89
* 0.23.x: PhpStorm 2021.1+ (no support)

build.gradle.kts

+2-7
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33
fun properties(key: String) = project.findProperty(key).toString()
44

55
plugins {
6-
// Java support
76
id("java")
8-
// Kotlin support
9-
id("org.jetbrains.kotlin.jvm") version "1.9.22"
10-
// Gradle IntelliJ Plugin
11-
id("org.jetbrains.intellij") version "1.17.2"
12-
// Gradle Changelog Plugin
7+
id("org.jetbrains.kotlin.jvm") version "2.0.0"
8+
id("org.jetbrains.intellij") version "2.4.0"
139
id("org.jetbrains.changelog") version "1.3.1"
14-
// Gradle Qodana Plugin
1510
id("org.jetbrains.qodana") version "0.1.13"
1611
}
1712

gradle.properties

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginGroup = fr.adrienbrault.idea.symfony2plugin
55
pluginName = Symfony Plugin
66

77
# SemVer format -> https://semver.org
8-
pluginVersion = 2022.1.264
8+
pluginVersion = 2025.1.264
99

1010
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1111
# for insight into build numbers and IntelliJ Platform versions.
@@ -15,17 +15,17 @@ pluginUntilBuild =
1515

1616
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1717
platformType = IU
18-
platformVersion = 2024.1
18+
platformVersion = 2025.1
1919

2020
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
2121
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
22-
platformPlugins = java,yaml,xpath,webDeployment,JavaScript,com.jetbrains.php:241.14494.240,de.espend.idea.php.annotation:10.0.0,de.espend.idea.php.toolbox:6.1.0,com.jetbrains.twig:241.14494.240,com.jetbrains.php.dql:241.14494.158
22+
platformPlugins = java,yaml,xpath,webDeployment,JavaScript,com.jetbrains.php:251.23774.318,de.espend.idea.php.annotation:12.0.0,de.espend.idea.php.toolbox:6.1.0,com.jetbrains.twig:251.23774.318,com.jetbrains.php.dql:251.23774.318
2323

2424
# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
25-
javaVersion = 17
25+
javaVersion = 21
2626

2727
# Gradle Releases -> https://github.com/gradle/gradle/releases
28-
gradleVersion = 8.4
28+
gradleVersion = 8.13
2929

3030
# Opt-out flag for bundling Kotlin standard library.
3131
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.

0 commit comments

Comments
 (0)