Skip to content

Commit

Permalink
Merge pull request #313 from Haehnchen/feature/2024-2-fixes
Browse files Browse the repository at this point in the history
2024.2 build and fixes
  • Loading branch information
Haehnchen authored Aug 30, 2024
2 parents ab66661 + 3603311 commit 396c386
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fun properties(key: String) = project.findProperty(key).toString()
plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "2.0.0"
id("org.jetbrains.intellij.platform") version "2.0.0-rc1"
id("org.jetbrains.intellij.platform") version "2.0.1"
id("org.jetbrains.changelog") version "1.3.1"
id("org.jetbrains.qodana") version "0.1.13"
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ pluginSinceBuild = 242

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IU
platformVersion = 242.20224-EAP-CANDIDATE-SNAPSHOT
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
platformBundledPlugins = com.intellij.java,com.jetbrains.plugins.webDeployment
platformPlugins = com.jetbrains.php:242.20224.112,com.jetbrains.twig:242.20224.112,de.espend.idea.php.toolbox:6.2.0
platformPlugins = com.jetbrains.php:242.20224.387,com.jetbrains.twig:242.20224.385,de.espend.idea.php.toolbox:6.2.0

# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
javaVersion = 21
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @author Daniel Espendiller <daniel@espendiller.net>
*/
@State(name = "PhpAnnotationsPlugin", storages = @Storage())
@State(name = "PhpAnnotationsPlugin", storages = @Storage("PhpAnnotationsPlugin.xml"))
public class ApplicationSettings implements PersistentStateComponent<ApplicationSettings> {

public boolean appendRoundBracket = true;
Expand Down

0 comments on commit 396c386

Please sign in to comment.