Skip to content

Commit

Permalink
refactor(plugin): update httpclient module name
Browse files Browse the repository at this point in the history
Update the module name for the httpclient plugin in plugin.xml and build.gradle.kts.
  • Loading branch information
phodal committed Jun 2, 2024
1 parent 994ff0e commit e81ac0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ project(":plugin") {

intellij {
pluginName.set(basePluginArchiveName)
plugins.set(ideaPlugins)
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<module name="com.phodal.shirelang.java"/>
<module name="com.phodal.shirelang.git"/>

<module name="com.phodal.shirelang.httpclient"/>
<module name="com.phodal.shire.httpclient"/>
</content>
</idea-plugin>

0 comments on commit e81ac0a

Please sign in to comment.