Skip to content

Commit

Permalink
More updates to work on newer builds
Browse files Browse the repository at this point in the history
  • Loading branch information
reedy committed Feb 19, 2024
1 parent 199ab6e commit 94d9753
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
// Configure Gradle IntelliJ Plugin
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
intellij {
version.set("2022.2.1")
version.set("2023.3.4")
// PHPStorm
type.set("PS")

Expand All @@ -36,6 +36,7 @@ tasks {

patchPluginXml {
sinceBuild.set("222")
untilBuild.set("241.*")
}

signPlugin {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ org.gradle.configuration-cache = true
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching = true

platformPlugins = com.jetbrains.php:222.3739.61,com.intellij.css,JavaScript
platformPlugins = com.jetbrains.php:233.14475.35,com.intellij.css,JavaScript

0 comments on commit 94d9753

Please sign in to comment.