do not use _test as lib - test targets do not support this

GitOrigin-RevId: f2f49db4294b6a64040dbbd5f1d95e972cbd70a3
This commit is contained in:
Vladimir Krivosheev
2024-12-15 18:32:30 +00:00
committed by intellij-monorepo-bot
parent ee348c2a40
commit 98799639aa
997 changed files with 27414 additions and 19441 deletions
+2 -5
View File
@@ -1,6 +1,5 @@
### auto-generated section `build intellij.python.psi` start
load("@rules_jvm//:jvm.bzl", "jvm_resources")
load("@rules_jvm//:rules.bzl", "jvm_library")
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
jvm_resources(
name = "psi_resources",
@@ -12,9 +11,7 @@ jvm_library(
name = "psi",
module_name = "intellij.python.psi",
visibility = ["//visibility:public"],
srcs = glob(["src/**/*.kt", "src/**/*.java", "gen/**/*.kt", "gen/**/*.java"], allow_empty = True, exclude = ["**/module-info.java"]),
javac_opts = "@rules_jvm//:j17",
kotlinc_opts = "@rules_jvm//:k17",
srcs = glob(["src/**/*.kt", "src/**/*.java", "gen/**/*.kt", "gen/**/*.java"], allow_empty = True),
deps = [
"//platform/core-api:core",
"//platform/projectModel-api:projectModel",