mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
21 lines
720 B
Python
21 lines
720 B
Python
### auto-generated section `build intellij.python.community.communityOnly` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
|
|
|
resourcegroup(
|
|
name = "community-communityOnly_resources",
|
|
srcs = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "community-communityOnly",
|
|
module_name = "intellij.python.community.communityOnly",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
|
|
resources = [":community-communityOnly_resources"],
|
|
deps = [
|
|
"@lib//:kotlin-stdlib",
|
|
"//python:python-community-impl",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.python.community.communityOnly` end |