Skip to content

Commit

Permalink
[2023.3] Blend-Charm 2023.3 release~
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackStartx committed Dec 6, 2023
1 parent e1abce5 commit 734fcf4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
plugins {
id("java")
id("org.jetbrains.intellij") version "1.14.1"
id("org.jetbrains.intellij") version "1.16.1"
}

group = "org.blackstartx"
val code = "isCommunity = true"
val path = "src\\main\\java\\plugin_settings\\PluginSettings.java"
val type = if (File(path).readText().contains(code)) "Community" else "Professional"
version = "2023.2.1"
version = "2023.3"

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand All @@ -19,13 +19,13 @@ repositories {

dependencies {
testImplementation(group = "junit", name = "junit", version = "4.13.2")
implementation(group = "org.json", name = "json", version = "20230227")
implementation(group = "org.json", name = "json", version = "20231013")
}

// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
intellij {
plugins.set(listOf("python"))
version.set("PY-2023.2")
version.set("PY-2023.3")
}
tasks {
buildPlugin {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<id>org.blackstartx.blend-charm</id>
<name>Blend-Charm</name>
<vendor email="[email protected]">BlackStartx</vendor>
<version>2023.2.1</version>
<version>2023.3</version>

<description><![CDATA[
A PyCharm Plugin that simplify the development of Blender Add-On inside the PyCharm IDE.
Expand Down
4 changes: 2 additions & 2 deletions update-urls/community-edition/updatePlugins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<!-- Community Edition - Self Update URL -->

<plugins>
<plugin id="org.blackstartx.blend-charm" version="2023.2.1"
url="https://github.com/BlackStartx/PyCharm-Blender-Plugin/releases/download/v2023.2.1/Blend-Charm.2023.2.1.Community.Edition.zip">
<plugin id="org.blackstartx.blend-charm" version="2023.3"
url="https://github.com/BlackStartx/PyCharm-Blender-Plugin/releases/download/v2023.3/Blend-Charm.2023.3.Community.Edition.zip">
<vendor email="[email protected]" url="">BlackStartx</vendor>
<name>Blend-Charm</name>
<description>
Expand Down
4 changes: 2 additions & 2 deletions update-urls/professional-edition/updatePlugins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<!-- Professional Edition - Self Update URL -->

<plugins>
<plugin id="org.blackstartx.blend-charm" version="2023.2.1"
url="https://github.com/BlackStartx/PyCharm-Blender-Plugin/releases/download/v2023.2.1/Blend-Charm.2023.2.1.Professional.Edition.zip">
<plugin id="org.blackstartx.blend-charm" version="2023.3"
url="https://github.com/BlackStartx/PyCharm-Blender-Plugin/releases/download/v2023.3/Blend-Charm.2023.3.Professional.Edition.zip">
<vendor email="[email protected]" url="">BlackStartx</vendor>
<name>Blend-Charm</name>
<description>
Expand Down

0 comments on commit 734fcf4

Please sign in to comment.