mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
16 lines
495 B
Python
16 lines
495 B
Python
### auto-generated section `build intellij.compose.ide.plugin` start
|
|
load("@rules_java//java:defs.bzl", "java_library")
|
|
load("@rules_jvm//:jvm.bzl", "jvm_resources")
|
|
|
|
jvm_resources(
|
|
name = "compose-ide-plugin_resources",
|
|
files = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
java_library(
|
|
name = "compose-ide-plugin",
|
|
visibility = ["//visibility:public"],
|
|
runtime_deps = [":compose-ide-plugin_resources"]
|
|
)
|
|
### auto-generated section `build intellij.compose.ide.plugin` end |