PluginIcon changes to Getting Started with Gradle

This commit is contained in:
JohnHake 2018-10-15 11:22:58 -07:00
parent 3fc363b49b
commit 39c534545b
2 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 89 KiB

View File

@ -86,7 +86,8 @@ This will clean any existing IntelliJ IDEA configuration files and generate a ne
### 1.5 Running a Simple Plugin
Now add a new `HelloAction` class and `plugin.xml` in the `META-INF` folder:
Now add a new `HelloAction` class to the Java folder, and `plugin.xml` and `pluginIcon.svg` files in the `META-INF` folder.
for more information about `pluginIcon.svg` files, see the [Plugin Icon File](/basics/plugin_structure/plugin_icon_file.md) section.
<img src="img/gradle_directory_structure.png" alt="Gradle directory structure" width="374px"/>