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