mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[cwm] fix cwm plugin layout problem
https://jetbrains.slack.com/archives/C0478TN2XC6/p1701886243861689 (cherry picked from commit b358ef8216dcd48857d136891d4d176d661f6a84) IJ-MR-121769 GitOrigin-RevId: fcdf24817ff28d1b6447f5eef8e00908f08bc9c1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e907e60417
commit
9e479dc1a2
+2
@@ -879,6 +879,8 @@ suspend fun layoutDistribution(layout: BaseLayout,
|
||||
includedModules: Collection<ModuleItem>,
|
||||
moduleWithSearchableOptions: Set<String>,
|
||||
context: BuildContext): Pair<List<DistributionFileEntry>, Path> {
|
||||
Files.createDirectories(targetDirectory)
|
||||
|
||||
if (copyFiles) {
|
||||
withContext(Dispatchers.IO) {
|
||||
if (!layout.moduleExcludes.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user