Skip to content

Commit

Permalink
Improve idea plugin description, move static config pieces to plugin.…
Browse files Browse the repository at this point in the history
…xml (#310)
  • Loading branch information
carterkozak authored Aug 5, 2021
1 parent 2bca0d6 commit 8f0637c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion witchcraft-logging-idea/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ intellij {
}

patchPluginXml {
pluginDescription = "Renders Witchcraft logging api logs from structured data into human-readable text."
version = project.version
sinceBuild = minimumIntellijBuild
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin url="https://github.com/palantir/witchcraft-api">
<id>com.palantir.witchcraft.api.logging.idea</id>
<name>Witchcraft Logging</name>
<version>0.0.0</version>
<description>Automatically renders witchcraft-logging-api structured log events from the idea console into color-coded human-readable text.</description>
<vendor email="[email protected]" url="http://www.palantir.com">Palantir Technologies, Inc.</vendor>
<depends>com.intellij.modules.platform</depends>
<extensions defaultExtensionNs="com.intellij">
Expand Down

0 comments on commit 8f0637c

Please sign in to comment.