mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[Bazel] jps-to-bazel: Generate BUILD.bazel files
GitOrigin-RevId: 77e7228b16fa8cb2b61dfdbe88511ac5c048d6f4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ca2f9de554
commit
b3f3a917c6
@@ -15,6 +15,7 @@ jvm_library(
|
||||
|
||||
jvm_library(
|
||||
name = "community-junit5Tests-framework_test_lib",
|
||||
module_name = "intellij.python.community.junit5Tests.framework",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
||||
deps = [
|
||||
|
||||
@@ -15,6 +15,7 @@ jvm_library(
|
||||
|
||||
jvm_library(
|
||||
name = "conda_test_lib",
|
||||
module_name = "intellij.python.community.junit5Tests.framework.conda",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
||||
deps = [
|
||||
|
||||
Reference in New Issue
Block a user