Skip to content

Commit

Permalink
Merge pull request #10 from anboralabs/upgrade
Browse files Browse the repository at this point in the history
Upgrade
  • Loading branch information
mergify[bot] authored Sep 15, 2024
2 parents d3c8578 + db0396c commit bbe4250
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id("java")
id("com.github.node-gradle.node") version "5.0.0" // NodeJS support
id("org.jetbrains.kotlin.jvm") version "2.0.0"
id("org.jetbrains.intellij.platform") version "2.0.0-beta7"
id("org.jetbrains.intellij.platform") version "2.0.1"
}

group = properties("pluginGroup").get()
Expand Down Expand Up @@ -72,6 +72,8 @@ intellijPlatform {
recommended()
}
}

buildSearchableOptions = false
}

// Set the Nodejs language
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ kotlin.incremental.useClasspathSnapshot=false
pluginGroup = co.anbora.labs
pluginName = JSonCrack
# SemVer format -> https://semver.org
pluginVersion = 1.3.0
pluginVersion = 1.3.1

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 242
pluginUntilBuild = 242.*
pluginSinceBuild = 243
pluginUntilBuild = 243.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
platformVersion = 242.15523.18
platformVersion = 243.12818.47

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
Expand Down
3 changes: 2 additions & 1 deletion src/main/html/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Versions:
<ul>
<li>All Intellij products support: 1.3.0</li>
<li>All Intellij products support: 1.3.1</li>
</ul>
<br>
Plugin updates:
<ul>
<li><b>1.3.1</b> <em>(2024-09-15)</em> - update sdk </li>
<li><b>1.3.0</b> <em>(2024-06-15)</em> - update sdk </li>
<li><b>1.2.3</b> <em>(2024-04-20)</em> - fix issue with chinese characters </li>
<li><b>1.2.2</b> <em>(2024-01-20)</em> - update sdk </li>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<idea-plugin>
<id>co.anbora.labs.jsoncrack</id>
<name>Jsoncrack</name>
<name>JSonCrack</name>
<vendor email="[email protected]" url="https://labs.anbora.co">Anbora-labs</vendor>

<!-- Product and plugin compatibility requirements.
Expand All @@ -12,4 +12,4 @@
<extensions defaultExtensionNs="com.intellij">
<fileEditorProvider implementation="co.anbora.labs.jsoncrack.ide.editor.EditorProvider" />
</extensions>
</idea-plugin>
</idea-plugin>

0 comments on commit bbe4250

Please sign in to comment.