mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
update bazel files
GitOrigin-RevId: 06d2aa1502e9c589453f8fb3d452ab7e9eaf0041
This commit is contained in:
committed by
intellij-monorepo-bot
parent
399629f76c
commit
e465d1ac3d
@@ -1,5 +1,11 @@
|
||||
### auto-generated section `build intellij.java.codeserver.core` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||
|
||||
jvm_resources(
|
||||
name = "java-codeserver-core_resources",
|
||||
files = glob(["resources/**/*"]),
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
jvm_library(
|
||||
name = "java-codeserver-core",
|
||||
@@ -17,6 +23,8 @@ jvm_library(
|
||||
"//java/java-frontback-psi-api:frontback-psi",
|
||||
"//java/java-psi-api:psi",
|
||||
"//java/java-psi-impl:psi-impl",
|
||||
]
|
||||
"//java/java-indexing-api:indexing",
|
||||
],
|
||||
runtime_deps = [":java-codeserver-core_resources"]
|
||||
)
|
||||
### auto-generated section `build intellij.java.codeserver.core` end
|
||||
Reference in New Issue
Block a user