Skip to content

Commit

Permalink
refactor: Change id
Browse files Browse the repository at this point in the history
  • Loading branch information
RyooChan committed Nov 8, 2024
1 parent d5b46f0 commit 7469440
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
<idea-plugin>
<!-- Unique identifier of the plugin. It should be FQN. It cannot be changed between the plugin versions. -->
<id>https://github.com/RyooChan/All-Call-Method-Tester</id>
<id>com.github.ryoochan.acmt</id>

<!-- Public plugin name should be written in Title Case.
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
Expand All @@ -23,7 +23,6 @@
<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.modules.java</depends>
<depends>JUnit</depends>
<depends>org.jetbrains.kotlin</depends>

<!-- Extension points defined by the plugin.
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-extension-points.html -->
Expand Down

0 comments on commit 7469440

Please sign in to comment.