Skip to content

Commit 8fc918a

Browse files
author
Vitaliy Boyko
committed
3.0.0 updated java to 11
1 parent 8fb894f commit 8fc918a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
plugins {
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

2525
def phpPluginVersion = System.getProperty("phpPluginVersion", "203.5981.175")
2626
def ideaVersion = System.getProperty("ideaVersion", "2020.3")
27-
def javaVersion = 1.8
27+
def javaVersion = 11
2828

2929
sourceCompatibility = javaVersion
3030
targetCompatibility = 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
]

0 commit comments

Comments
 (0)