mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
bazel: split test and build sections in convert jps to bazel:L update Bazel files
GitOrigin-RevId: 90063178de33c2a95bfdebd160a721d6977d8097
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b73e2b9980
commit
cff76ea65e
@@ -1,6 +1,5 @@
|
||||
### auto-generated section `build intellij.java.decompiler` start
|
||||
load("@community//build:tests-options.bzl", "jps_test")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||
|
||||
jvm_resources(
|
||||
name = "java-decompiler_resources",
|
||||
@@ -65,9 +64,13 @@ jvm_library(
|
||||
],
|
||||
runtime_deps = [":java-decompiler_resources"]
|
||||
)
|
||||
### auto-generated section `build intellij.java.decompiler` end
|
||||
|
||||
### auto-generated section `test intellij.java.decompiler` start
|
||||
load("@community//build:tests-options.bzl", "jps_test")
|
||||
|
||||
jps_test(
|
||||
name = "java-decompiler_test",
|
||||
runtime_deps = [":java-decompiler_test_lib"]
|
||||
)
|
||||
### auto-generated section `build intellij.java.decompiler` end
|
||||
### auto-generated section `test intellij.java.decompiler` end
|
||||
Reference in New Issue
Block a user