Skip to content

Commit

Permalink
prepare PhpStorm 2024.2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Haehnchen committed Aug 12, 2024
1 parent 04c6588 commit bc07d77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ Changelog
=========

# Version names
* 2024.x: PhpStorm 2024.1+
* 2024.2: PhpStorm 2024.2+
* 2024.x: PhpStorm 2024.1+ (no support)
* 2023.x: PhpStorm 2023.1+ (no support)
* 2022.x: PhpStorm 2022.1+ (no support)
* 0.23.x: PhpStorm 2021.1+ (no support)
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ pluginUntilBuild =

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IU
platformVersion = 2024.1
platformVersion = 2024.2

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.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
platformPlugins = java,yaml,xpath,webDeployment,JavaScript,com.jetbrains.php:242.20224.361,de.espend.idea.php.annotation:11.0.1,de.espend.idea.php.toolbox:6.1.0,com.jetbrains.twig:242.20224.361,com.jetbrains.php.dql:242.20224.159

# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
javaVersion = 17
Expand Down

0 comments on commit bc07d77

Please sign in to comment.