mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
9 lines
285 B
Python
9 lines
285 B
Python
### auto-generated section `build` start
|
|
load("@rules_java//java:defs.bzl", "java_library")
|
|
|
|
java_library(
|
|
name = "java-plugin",
|
|
visibility = ["//visibility:public"],
|
|
resources = glob(["resources/**/*"], exclude = ["**/module-info.java"])
|
|
)
|
|
### auto-generated section `build` end |