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 44 */
55
66plugins {
7- id ' org.jetbrains.intellij' version ' 0.4.22 '
7+ id ' org.jetbrains.intellij' version ' 0.6.5 '
88 id ' checkstyle'
99 id ' pmd'
1010 id ' org.jetbrains.changelog' version ' 0.6.2'
@@ -24,7 +24,7 @@ apply plugin: 'org.jetbrains.changelog'
2424
2525def phpPluginVersion = System . getProperty(" phpPluginVersion" , " 203.5981.175" )
2626def ideaVersion = System . getProperty(" ideaVersion" , " 2020.3" )
27- def javaVersion = 1.8
27+ def javaVersion = 11
2828
2929sourceCompatibility = javaVersion
3030targetCompatibility = javaVersion
@@ -40,7 +40,7 @@ intellij {
4040 ' properties' ,
4141 ' CSS' ,
4242 ' JavaScriptLanguage' ,
43- ' com.intellij.lang.jsgraphql:2.3 .0' ,
43+ ' com.intellij.lang.jsgraphql:2.7 .0' ,
4444 ' platform-images' ,
4545 ' copyright'
4646 ]
You can’t perform that action at this time.
0 commit comments