This repository was archived by the owner on Jun 5, 2023. It is now read-only.
File tree 2 files changed +12
-5
lines changed
src/main/resources/META-INF
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -33,3 +33,7 @@ patchPluginXml {
33
33
changeNotes(file(" src/main/resources/META-INF/change-notes.html" ). getText())
34
34
pluginDescription(file(" src/main/resources/META-INF/description.html" ). getText())
35
35
}
36
+
37
+ publishPlugin {
38
+ token = System . getenv(" ORG_GRADLE_PROJECT_intellijPublishToken" )
39
+ }
Original file line number Diff line number Diff line change 1
1
<idea-plugin >
2
+ <change-notes >< b> Fixes< /b>
3
+ < ul>
4
+ < li> Path with array operator.< /li>
5
+ < /ul>
6
+ < br/> </change-notes >
7
+ <description >JetBrains IDE plugin for test JSONPath expression and format JSON</description >
2
8
<id >br.com.matheusfm.jsonutils</id >
3
9
<name >JSON Utils</name >
4
- <version >1.1 </version >
10
+ <version >1.2 </version >
5
11
<
vendor email =
" [email protected] " >Matheus Moraes</
vendor >
6
-
7
12
<idea-version since-build =" 145.0" />
8
-
9
13
<depends >com.intellij.modules.lang</depends >
10
-
11
14
<extensions defaultExtensionNs =" com.intellij" >
12
15
<toolWindow id =" JSON Utils" anchor =" right" factoryClass =" br.com.matheusfm.JSONUtilsToolWindow" icon =" /icons/fileTypeJSON.png" />
13
16
</extensions >
14
- </idea-plugin >
17
+ </idea-plugin >
You can’t perform that action at this time.
0 commit comments