File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 44 */
55
66plugins {
7- id ' org.jetbrains.intellij' version ' 1.13 .3'
7+ id ' org.jetbrains.intellij' version ' 1.17 .3'
88 id ' checkstyle'
99 id ' pmd'
10- id ' org.jetbrains.changelog' version ' 2.0 .0'
10+ id ' org.jetbrains.changelog' version ' 2.2 .0'
1111}
1212
1313repositories {
@@ -23,12 +23,14 @@ apply plugin: 'idea'
2323apply plugin : ' groovy'
2424apply plugin : ' org.jetbrains.changelog'
2525
26- def phpPluginVersion = System . getProperty(" phpPluginVersion" , " 231.8109.199 " )
27- def ideaVersion = System . getProperty(" ideaVersion" , " 2023 .1" )
26+ def phpPluginVersion = System . getProperty(" phpPluginVersion" , " 241.14494.158 " )
27+ def ideaVersion = System . getProperty(" ideaVersion" , " 2024 .1" )
2828def javaVersion = 17
2929
30- sourceCompatibility = javaVersion
31- targetCompatibility = javaVersion
30+ java {
31+ sourceCompatibility = javaVersion
32+ targetCompatibility = javaVersion
33+ }
3234
3335intellij {
3436 version = ideaVersion
@@ -41,7 +43,7 @@ intellij {
4143 ' properties' ,
4244 ' com.intellij.css' ,
4345 ' JavaScript' ,
44- ' com.intellij.lang.jsgraphql:3.4.0 ' ,
46+ ' com.intellij.lang.jsgraphql:241.14494.150 ' ,
4547 ' platform-images' ,
4648 ' copyright'
4749 ]
Original file line number Diff line number Diff line change 2424 </change-notes >
2525
2626 <!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
27- <idea-version since-build =" 231.8109.175 " />
27+ <idea-version since-build =" 241.14494.158 " />
2828
2929 <!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
3030 on how to target different products -->
You can’t perform that action at this time.
0 commit comments