Skip to content

Commit b77ed97

Browse files
author
Vitaliy Boyko
committed
270: fixed tests
1 parent f4bb4cd commit b77ed97

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

build.gradle

Lines changed: 11 additions & 2 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.15'
7+
id 'org.jetbrains.intellij' version '0.4.22'
88
id 'checkstyle'
99
id 'pmd'
1010
}
@@ -31,7 +31,16 @@ intellij {
3131
version ideaVersion
3232
type 'IU'
3333
pluginName 'com.magento.idea.magento2plugin'
34-
plugins = ["com.jetbrains.php:$phpPluginVersion", 'yaml', 'java-i18n', 'properties', 'CSS', 'JavaScriptLanguage', 'com.intellij.lang.jsgraphql:2.3.0']
34+
plugins = [
35+
"com.jetbrains.php:$phpPluginVersion",
36+
'yaml',
37+
'java-i18n',
38+
'properties',
39+
'CSS',
40+
'JavaScriptLanguage',
41+
'com.intellij.lang.jsgraphql:2.3.0',
42+
'platform-images'
43+
]
3544
updateSinceUntilBuild false
3645
sameSinceUntilBuild false
3746
downloadSources !Boolean.valueOf(System.getenv('CI'))

resources/META-INF/plugin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<depends>com.jetbrains.php</depends>
3535
<depends>JavaScript</depends>
3636
<depends>com.intellij.modules.platform</depends>
37+
<depends>com.intellij.platform.images</depends>
3738
<depends optional="true" config-file="withJsGraphQl.xml">com.intellij.lang.jsgraphql</depends>
3839

3940
<actions>

0 commit comments

Comments
 (0)