mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[bazel] Update build files (IJI-3062)
GitOrigin-RevId: 98a67396a48bddc3d084cc93c50ae2f2017bfe8c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c1a45b2a46
commit
f43aa95086
@@ -1,9 +1,9 @@
|
||||
### auto-generated section `build intellij.python.community.plugin` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
||||
|
||||
jvm_resources(
|
||||
resourcegroup(
|
||||
name = "community-plugin_resources",
|
||||
files = glob(["resources/**/*"]),
|
||||
srcs = glob(["resources/**/*"]),
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
@@ -11,8 +11,8 @@ jvm_library(
|
||||
name = "community-plugin",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob([], allow_empty = True),
|
||||
resources = [":community-plugin_resources"],
|
||||
runtime_deps = [
|
||||
":community-plugin_resources",
|
||||
"//platform/lang-api:lang",
|
||||
"//python/intellij.python.community.communityOnly:community-communityOnly",
|
||||
"//python/services/system-python",
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
### auto-generated section `build intellij.python.community.plugin.impl` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
||||
|
||||
jvm_resources(
|
||||
resourcegroup(
|
||||
name = "impl_resources",
|
||||
files = glob(["resources/**/*"]),
|
||||
srcs = glob(["resources/**/*"]),
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
@@ -12,6 +12,7 @@ jvm_library(
|
||||
module_name = "intellij.python.community.plugin.impl",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
|
||||
resources = [":impl_resources"],
|
||||
deps = [
|
||||
"//platform/analysis-api:analysis",
|
||||
"//platform/core-api:core",
|
||||
@@ -27,7 +28,6 @@ jvm_library(
|
||||
"//python/python-sdk:sdk",
|
||||
"@lib//:guava",
|
||||
"//platform/core-ui",
|
||||
],
|
||||
runtime_deps = [":impl_resources"]
|
||||
]
|
||||
)
|
||||
### auto-generated section `build intellij.python.community.plugin.impl` end
|
||||
Reference in New Issue
Block a user