mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[bazel] Update build files (IJI-2835)
GitOrigin-RevId: da1baab74cea50d455b7d494d96955ffd2d77e46
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6b0b5a3cc2
commit
ede1b7a4fd
@@ -68,7 +68,7 @@ jvm_library(
|
||||
jvm_library(
|
||||
name = "performanceTesting_test_lib",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java", "testSrc/**/*.form"], allow_empty = True),
|
||||
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
|
||||
associates = [":performanceTesting"],
|
||||
deps = [
|
||||
"@lib//:kotlin-stdlib",
|
||||
|
||||
@@ -29,7 +29,7 @@ jvm_library(
|
||||
jvm_library(
|
||||
name = "ui_test_lib",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java", "testSrc/**/*.form"], allow_empty = True),
|
||||
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
|
||||
associates = [":ui"],
|
||||
deps = [
|
||||
"//platform/core-api:core",
|
||||
|
||||
Reference in New Issue
Block a user