[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:
Nikolay Chashnikov
2024-03-28 09:31:55 +01:00
committed by intellij-monorepo-bot
parent eb4a5dd109
commit 1bd9e5012b
2 changed files with 0 additions and 8 deletions

View File

@@ -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(