bazel: split test and build sections in convert jps to bazel:L update Bazel files

GitOrigin-RevId: 90063178de33c2a95bfdebd160a721d6977d8097
This commit is contained in:
Leonid Shalupov
2025-07-18 16:18:47 +00:00
committed by intellij-monorepo-bot
parent b73e2b9980
commit cff76ea65e
465 changed files with 2482 additions and 1512 deletions
+6 -3
View File
@@ -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