mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[bazel] Second attempt at generating tests
GitOrigin-RevId: 7763c9994b7c311310b83b98a542775feb00ed68
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9f04a1560e
commit
cbca664f6c
@@ -0,0 +1,21 @@
|
||||
### auto-generated section `build` start
|
||||
load("@rules_java//java:defs.bzl", "java_library")
|
||||
load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
|
||||
|
||||
java_library(
|
||||
name = "resources",
|
||||
resources = glob(["resources/**/*"], exclude = ["**/module-info.java"])
|
||||
)
|
||||
|
||||
kt_jvm_library(
|
||||
name = "java-frontback-psi",
|
||||
module_name = "intellij.java.frontback.psi",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java"], exclude = ["**/module-info.java"]),
|
||||
javac_opts = "//:j8",
|
||||
kotlinc_opts = "//:k8",
|
||||
deps = ["@community//platform/core-api:core"],
|
||||
exports = ["@community//platform/core-api:core"],
|
||||
runtime_deps = [":resources"]
|
||||
)
|
||||
### auto-generated section `build` end
|
||||
Reference in New Issue
Block a user