mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fix Python Community build script
(cherry picked from commit 903c96df243ce6514e8d071a0dca8a9e86402463)
This commit is contained in:
@@ -37,11 +37,13 @@ target('default': "Build Python Plugin") {
|
||||
"IntelliLang-python",
|
||||
"ipnb",
|
||||
"python-openapi",
|
||||
"python-community-configure",
|
||||
"python-community-plugin-core",
|
||||
"python-community-plugin-java",
|
||||
"python-psi-api",
|
||||
"python-pydev",
|
||||
"python-community-ide-resources",
|
||||
"python-community-plugin-resources",
|
||||
"python-community"
|
||||
]
|
||||
|
||||
@@ -123,6 +125,7 @@ target('default': "Build Python Plugin") {
|
||||
communityModules.each {
|
||||
module(it) {
|
||||
exclude(name: "**/plugin.xml")
|
||||
exclude(name: "**/python-community-configure-ide.xml")
|
||||
exclude(name: "**/python-plugin-dependencies.xml")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user