mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[build scripts] making OpenSourceCommunityUpdateFromSourcesBuildTarget build full distribution (IJPL-116668)
GitOrigin-RevId: 77fb50c523e12db8b167a9498ec580630c307800
This commit is contained in:
committed by
intellij-monorepo-bot
parent
bd36cd49cf
commit
733d9f6d91
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user