diff --git a/build.gradle.kts b/build.gradle.kts index bfae4b43..458997a9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -54,6 +54,33 @@ intellij { tasks { patchPluginXml { + pluginId("dev.nocalhost.nocalhost-intellij-plugin") + pluginDescription( + """ + +

+ Nocalhost Intellij Plugin +

+ +

+ Nocalhost is Cloud Native Development Environment. +

+ +

+ Features: +

+

+ +

+ Refer to nocalhost.dev for more Nocalhost information. +

+ + """.trimIndent() + ) changeNotes( """ Fix: Get unnamed container error.
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 13058c82..0f3df3c3 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,45 +1,9 @@ - dev.nocalhost.nocalhost-intellij-plugin Nocalhost Nocalhost - - - - -

- Nocalhost Intellij Plugin -

- -

- Nocalhost is Cloud Native Development Environment. -

- -

- Features: -

    -
  • Login to nocalhost API Server and list the DevSpaces
  • -
  • Install and Uninstall DevSpaces
  • -
  • Start DevMode to develop services
  • -
-

- -

- Refer to nocalhost.dev for more Nocalhost information. -

- - ]]> -
- - - - - - - - +