[bazel] Update build files (IJI-2835)

GitOrigin-RevId: 275260ab73f59d3c08f0b4cb9f4c89b74054094a
This commit is contained in:
Ilia Kirianovskii
2025-08-20 08:49:22 +00:00
committed by intellij-monorepo-bot
parent e7badcd8ab
commit dc268560b6
1019 changed files with 1216 additions and 1216 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ jvm_library(
name = "java-byteCodeViewer",
module_name = "intellij.java.byteCodeViewer",
visibility = ["//visibility:public"],
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
kotlinc_opts = ":custom_java-byteCodeViewer",
deps = [
"@lib//:asm",
@@ -43,7 +43,7 @@ jvm_library(
jvm_library(
name = "java-byteCodeViewer_test_lib",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
srcs = glob(["test/**/*.kt", "test/**/*.java", "test/**/*.form"], allow_empty = True),
kotlinc_opts = ":custom_java-byteCodeViewer",
associates = [":java-byteCodeViewer"],
deps = [