From 86bc9ed3f33422f0f94f95f977f92ada3249e23b Mon Sep 17 00:00:00 2001 From: Piotr Kwiecinski <2151333+piotrkwiecinski@users.noreply.github.com> Date: Sat, 29 Jun 2024 00:16:31 +0200 Subject: [PATCH] plugin compatibility for 2024.1 --- build.gradle | 16 +++++++++------- resources/META-INF/plugin.xml | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 79d1a1be2..3e824de7d 100644 --- a/build.gradle +++ b/build.gradle @@ -4,10 +4,10 @@ */ plugins { - id 'org.jetbrains.intellij' version '1.13.3' + id 'org.jetbrains.intellij' version '1.17.3' id 'checkstyle' id 'pmd' - id 'org.jetbrains.changelog' version '2.0.0' + id 'org.jetbrains.changelog' version '2.2.0' } repositories { @@ -23,12 +23,14 @@ apply plugin: 'idea' apply plugin: 'groovy' apply plugin: 'org.jetbrains.changelog' -def phpPluginVersion = System.getProperty("phpPluginVersion", "231.8109.199") -def ideaVersion = System.getProperty("ideaVersion", "2023.1") +def phpPluginVersion = System.getProperty("phpPluginVersion", "241.14494.158") +def ideaVersion = System.getProperty("ideaVersion", "2024.1") def javaVersion = 17 -sourceCompatibility = javaVersion -targetCompatibility = javaVersion +java { + sourceCompatibility = javaVersion + targetCompatibility = javaVersion +} intellij { version = ideaVersion @@ -41,7 +43,7 @@ intellij { 'properties', 'com.intellij.css', 'JavaScript', - 'com.intellij.lang.jsgraphql:3.4.0', + 'com.intellij.lang.jsgraphql:241.14494.150', 'platform-images', 'copyright' ] diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index 82a189afe..a07d7276a 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -24,7 +24,7 @@ - +