mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
[JEWEL] Update Bazel build scripts
(cherry picked from commit 88adca03608a1100966585c0e096d45f6852f571) IJ-MR-173046 GitOrigin-RevId: 63849c19671c1cd8a0040e5e8b59c475f15ca428
This commit is contained in:
committed by
intellij-monorepo-bot
parent
116a46b795
commit
b5802d6cf7
@@ -1,5 +1,6 @@
|
||||
### auto-generated section `build intellij.libraries.detekt.compose.rules` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||
load("@rules_java//java:defs.bzl", "java_library")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_resources")
|
||||
|
||||
jvm_resources(
|
||||
name = "detekt-compose-rules_resources",
|
||||
@@ -7,10 +8,9 @@ jvm_resources(
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
jvm_library(
|
||||
java_library(
|
||||
name = "detekt-compose-rules",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob([], allow_empty = True),
|
||||
runtime_deps = [
|
||||
":detekt-compose-rules_resources",
|
||||
"@lib//:libraries-detekt-compose-rules-io-nlopez-compose-rules-detekt",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
### auto-generated section `build intellij.platform.jewel.intUi.decoratedWindow` start
|
||||
load("//build:compiler-options.bzl", "create_kotlinc_options")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||
load("@rules_java//java:defs.bzl", "java_library")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_resources")
|
||||
|
||||
create_kotlinc_options(
|
||||
name = "custom",
|
||||
@@ -19,11 +20,9 @@ jvm_resources(
|
||||
strip_prefix = "src/main/resources"
|
||||
)
|
||||
|
||||
jvm_library(
|
||||
java_library(
|
||||
name = "jewel-intUi-decoratedWindow",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob([], allow_empty = True),
|
||||
kotlinc_opts = ":custom",
|
||||
runtime_deps = [
|
||||
":jewel-intUi-decoratedWindow_resources",
|
||||
"@lib//:kotlin-stdlib",
|
||||
|
||||
Reference in New Issue
Block a user