mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[build scripts] cleanup: there is no need to explicitly set 'embeddedJetBrainsClientMainModule' to 'null' anymore
Because its initialization was removed from the base JetBrainsProductProperties. GitOrigin-RevId: ab0f77150b5f0331e180fc69ca6c73cdcf30c217
This commit is contained in:
committed by
intellij-monorepo-bot
parent
eb4a5dd109
commit
1bd9e5012b
@@ -23,10 +23,6 @@ class PyCharmCommunityProperties(private val communityHome: Path) : PyCharmPrope
|
||||
scrambleMainJar = false
|
||||
buildSourcesArchive = true
|
||||
|
||||
/* main module for JetBrains Client isn't available in the intellij-community project,
|
||||
so this property is set only when PyCharm Community is built from the intellij-ultimate project. */
|
||||
embeddedJetBrainsClientMainModule = null
|
||||
|
||||
productLayout.mainModules = listOf("intellij.pycharm.community.main")
|
||||
productLayout.productApiModules = listOf("intellij.xml.dom")
|
||||
productLayout.productImplementationModules = listOf(
|
||||
|
||||
Reference in New Issue
Block a user