Skip to content

Commit 69f16e0

Browse files
rayshadeintellij-monorepo-bot
authored andcommitted
Fix resolve of plugin resources in relation to its lang dir
(cherry picked from commit 75e094965eab72b7cce708ace6dfab717eda05c1) IJ-MR-176799 GitOrigin-RevId: 1fe4e995e5a3a699ba2d0e1959ec4d838743aa58
1 parent dc5f6e2 commit 69f16e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/build-scripts/src/org/jetbrains/intellij/build/impl/BuiltInHelpPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ private suspend fun buildResourcesForHelpPlugin(resourceRoot: Path, classPath: L
137137

138138
descriptor.resList.forEach { resDir ->
139139
archiveDir(
140-
startDir = resourceRoot.resolve(resDir),
140+
startDir = rootDir.resolve(resDir),
141141
addFile = { archiver.addFile(it, zipCreator) })
142142
}
143143
}

0 commit comments

Comments
 (0)