File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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 ' 0.4.22 '
7
+ id ' org.jetbrains.intellij' version ' 0.6.5 '
8
8
id ' checkstyle'
9
9
id ' pmd'
10
10
id ' org.jetbrains.changelog' version ' 0.6.2'
@@ -24,7 +24,7 @@ apply plugin: 'org.jetbrains.changelog'
24
24
25
25
def phpPluginVersion = System . getProperty(" phpPluginVersion" , " 203.5981.175" )
26
26
def ideaVersion = System . getProperty(" ideaVersion" , " 2020.3" )
27
- def javaVersion = 1.8
27
+ def javaVersion = 11
28
28
29
29
sourceCompatibility = javaVersion
30
30
targetCompatibility = javaVersion
@@ -40,7 +40,7 @@ intellij {
40
40
' properties' ,
41
41
' CSS' ,
42
42
' JavaScriptLanguage' ,
43
- ' com.intellij.lang.jsgraphql:2.3 .0' ,
43
+ ' com.intellij.lang.jsgraphql:2.7 .0' ,
44
44
' platform-images' ,
45
45
' copyright'
46
46
]
You can’t perform that action at this time.
0 commit comments