[build scripts] making OpenSourceCommunityUpdateFromSourcesBuildTarget build full distribution (IJPL-116668)

GitOrigin-RevId: 77fb50c523e12db8b167a9498ec580630c307800
This commit is contained in:
Roman Shevchenko
2024-09-13 12:38:40 +02:00
committed by intellij-monorepo-bot
parent bd36cd49cf
commit 733d9f6d91

View File

@@ -34,7 +34,7 @@ object OpenSourceCommunityUpdateFromSourcesBuildTarget {
val projectHome = System.getProperty("devIdeaHome")?.let { Path.of(it) } ?: COMMUNITY_ROOT.communityRoot
runBlocking(Dispatchers.Default) {
createBuildTasks(createCommunityBuildContext(options, projectHome))
.buildUnpackedDistribution(options.outRootDir!!.resolve(distOutputRelativePath), includeBinAndRuntime = false)
.buildUnpackedDistribution(options.outRootDir!!.resolve(distOutputRelativePath), includeBinAndRuntime = true)
}
}
}