File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 4
4
*/
5
5
6
6
plugins {
7
- id ' org.jetbrains.intellij' version ' 1.13 .3'
7
+ id ' org.jetbrains.intellij' version ' 1.17 .3'
8
8
id ' checkstyle'
9
9
id ' pmd'
10
- id ' org.jetbrains.changelog' version ' 2.0 .0'
10
+ id ' org.jetbrains.changelog' version ' 2.2 .0'
11
11
}
12
12
13
13
repositories {
@@ -23,12 +23,14 @@ apply plugin: 'idea'
23
23
apply plugin : ' groovy'
24
24
apply plugin : ' org.jetbrains.changelog'
25
25
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" )
28
28
def javaVersion = 17
29
29
30
- sourceCompatibility = javaVersion
31
- targetCompatibility = javaVersion
30
+ java {
31
+ sourceCompatibility = javaVersion
32
+ targetCompatibility = javaVersion
33
+ }
32
34
33
35
intellij {
34
36
version = ideaVersion
@@ -41,7 +43,7 @@ intellij {
41
43
' properties' ,
42
44
' com.intellij.css' ,
43
45
' JavaScript' ,
44
- ' com.intellij.lang.jsgraphql:3.4.0 ' ,
46
+ ' com.intellij.lang.jsgraphql:241.14494.150 ' ,
45
47
' platform-images' ,
46
48
' copyright'
47
49
]
Original file line number Diff line number Diff line change 24
24
</change-notes >
25
25
26
26
<!-- 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 " />
28
28
29
29
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
30
30
on how to target different products -->
You can’t perform that action at this time.
0 commit comments