Skip to content

Commit

Permalink
fixes#10 com.intellij.diagnostic.PluginException: No display name is …
Browse files Browse the repository at this point in the history
…specified for configurable cn.bestwu.gdph.config.GDPHConfigurable in xml file
  • Loading branch information
Peter Wu committed Jul 27, 2023
1 parent 074d505 commit ab7de0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "cn.bestwu"
version = "0.1.8"
version = "0.1.9"

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
order="first"/>

<applicationConfigurable id="bestwu.gdph"
instance="cn.bestwu.gdph.config.GDPHConfigurable"/>
instance="cn.bestwu.gdph.config.GDPHConfigurable" displayName="Gradle Dependencies And Plugins Helper"/>
<applicationService
serviceImplementation="cn.bestwu.gdph.config.Settings"/>

Expand Down

0 comments on commit ab7de0b

Please sign in to comment.