mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
GitOrigin-RevId: 98a67396a48bddc3d084cc93c50ae2f2017bfe8c
16 lines
493 B
Python
16 lines
493 B
Python
### auto-generated section `build intellij.compose.ide.plugin` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
|
|
|
resourcegroup(
|
|
name = "compose-ide-plugin_resources",
|
|
srcs = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "compose-ide-plugin",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob([], allow_empty = True),
|
|
resources = [":compose-ide-plugin_resources"]
|
|
)
|
|
### auto-generated section `build intellij.compose.ide.plugin` end |