File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
src/com/magento/idea/magento2plugin/generation/php Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 44 */
55
66plugins {
7- id ' org.jetbrains.intellij' version ' 1.5.2 '
7+ id ' org.jetbrains.intellij' version ' 1.1.4 '
88 id ' checkstyle'
99 id ' pmd'
1010 id ' org.jetbrains.changelog' version ' 1.2.1'
@@ -23,8 +23,8 @@ apply plugin: 'idea'
2323apply plugin : ' groovy'
2424apply plugin : ' org.jetbrains.changelog'
2525
26- def phpPluginVersion = System . getProperty(" phpPluginVersion" , " 222.3739.45 " )
27- def ideaVersion = System . getProperty(" ideaVersion" , " 2022 .2.1" )
26+ def phpPluginVersion = System . getProperty(" phpPluginVersion" , " 212.5080.55 " )
27+ def ideaVersion = System . getProperty(" ideaVersion" , " 2021 .2.1" )
2828def javaVersion = 11
2929
3030sourceCompatibility = javaVersion
@@ -41,7 +41,7 @@ intellij {
4141 ' properties' ,
4242 ' CSS' ,
4343 ' JavaScriptLanguage' ,
44- ' com.intellij.lang.jsgraphql:3.2.1 ' ,
44+ ' com.intellij.lang.jsgraphql:3.1.2 ' ,
4545 ' platform-images' ,
4646 ' copyright'
4747 ]
Original file line number Diff line number Diff line change 2424 </change-notes >
2525
2626 <!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
27- <idea-version since-build =" 222.3739.54 " />
27+ <idea-version since-build =" 212.5080.55 " />
2828
2929 <!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
3030 on how to target different products -->
Original file line number Diff line number Diff line change 77import com .intellij .ide .util .projectWizard .WizardContext ;
88import com .intellij .platform .ProjectTemplate ;
99import com .intellij .platform .ProjectTemplatesFactory ;
10- import com .jetbrains .php .config .generation .PhpEmptyProjectGenerator ;
10+ import com .jetbrains .php .config .generation .PhpEmptyTemplatesFactory ;
1111import icons .PhpIcons ;
1212import org .jetbrains .annotations .NotNull ;
1313import org .jetbrains .annotations .Nullable ;
@@ -19,11 +19,11 @@ public MagentoTemplatesFactory() {
1919
2020 @ NotNull
2121 public String [] getGroups () {
22- return new String []{PhpEmptyProjectGenerator .PHP_PROJECT_TEMPLATE_GROUP };
22+ return new String []{PhpEmptyTemplatesFactory .PHP_PROJECT_TEMPLATE_GROUP };
2323 }
2424
2525 public Icon getGroupIcon (String group ) {
26- return PhpIcons .PhpIcon ;
26+ return PhpIcons .Php_icon ;
2727 }
2828
2929 @ NotNull
You can’t perform that action at this time.
0 commit comments