Skip to content

Commit dd7f1c1

Browse files
committed
fix: Update resource path for ZenUML assets in build.gradle.kts
1 parent 6f6d3f4 commit dd7f1c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
jetbrainsRuntime()
4545
pluginVerifier()
4646
testFramework(TestFrameworkType.Platform)
47-
47+
4848
// Add Java plugin dependencies
4949
bundledPlugin("com.intellij.java")
5050
}
@@ -149,7 +149,7 @@ tasks.register("buildZenUMLWebView") {
149149
// Copy the built files to resources
150150
copy {
151151
from("${zenUmlDir}/dist")
152-
into("src/main/resources/assets/zenuml")
152+
into("${projectDir}/src/main/resources/assets/zenuml")
153153
}
154154

155155
println("ZenUML web view built and copied to resources")

0 commit comments

Comments
 (0)