Skip to content
This repository was archived by the owner on Jun 5, 2023. It is now read-only.

Commit 5496f86

Browse files
committed
publishing version 1.2
1 parent 973b7db commit 5496f86

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ patchPluginXml {
3333
changeNotes(file("src/main/resources/META-INF/change-notes.html").getText())
3434
pluginDescription(file("src/main/resources/META-INF/description.html").getText())
3535
}
36+
37+
publishPlugin {
38+
token = System.getenv("ORG_GRADLE_PROJECT_intellijPublishToken")
39+
}
+8-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
<idea-plugin>
2+
<change-notes>&lt;b&gt;Fixes&lt;/b&gt;
3+
&lt;ul&gt;
4+
&lt;li&gt;Path with array operator.&lt;/li&gt;
5+
&lt;/ul&gt;
6+
&lt;br/&gt;</change-notes>
7+
<description>JetBrains IDE plugin for test JSONPath expression and format JSON</description>
28
<id>br.com.matheusfm.jsonutils</id>
39
<name>JSON Utils</name>
4-
<version>1.1</version>
10+
<version>1.2</version>
511
<vendor email="[email protected]">Matheus Moraes</vendor>
6-
712
<idea-version since-build="145.0"/>
8-
913
<depends>com.intellij.modules.lang</depends>
10-
1114
<extensions defaultExtensionNs="com.intellij">
1215
<toolWindow id="JSON Utils" anchor="right" factoryClass="br.com.matheusfm.JSONUtilsToolWindow" icon="/icons/fileTypeJSON.png"/>
1316
</extensions>
14-
</idea-plugin>
17+
</idea-plugin>

0 commit comments

Comments
 (0)