Skip to content

Commit 668cec9

Browse files
committed
fix: Update plugin version to 2025.5.5 and adjust resource path for ZenUML assets
1 parent 5821272 commit 668cec9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,8 @@ tasks.jar {
117117
include("index.html")
118118
into("assets")
119119
}
120-
from("src/webview/zenuml") {
120+
from("src/webview/zenuml/dist") {
121121
include("**/*")
122-
// Exclude build artifacts and files already in resources
123-
exclude("index.html", "dist/**", "node_modules/**", "src/**")
124122
into("assets/zenuml")
125123
}
126124
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pluginGroup = org.jetbrains.plugins.template
55
pluginName = zenuml-intellij-plugin
6-
pluginVersion = 2025.5.4
6+
pluginVersion = 2025.5.5
77
pluginSinceBuild = 233
88

99
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl

0 commit comments

Comments
 (0)