[JEWEL] Update Bazel build scripts

(cherry picked from commit 88adca03608a1100966585c0e096d45f6852f571)

IJ-MR-173046

GitOrigin-RevId: 63849c19671c1cd8a0040e5e8b59c475f15ca428
This commit is contained in:
Nebojsa Vuksic
2025-08-20 16:25:07 +02:00
committed by intellij-monorepo-bot
parent 116a46b795
commit b5802d6cf7
4 changed files with 9 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
### auto-generated section `build intellij.libraries.detekt.compose.rules` start ### 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( jvm_resources(
name = "detekt-compose-rules_resources", name = "detekt-compose-rules_resources",
@@ -7,10 +8,9 @@ jvm_resources(
strip_prefix = "resources" strip_prefix = "resources"
) )
jvm_library( java_library(
name = "detekt-compose-rules", name = "detekt-compose-rules",
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True),
runtime_deps = [ runtime_deps = [
":detekt-compose-rules_resources", ":detekt-compose-rules_resources",
"@lib//:libraries-detekt-compose-rules-io-nlopez-compose-rules-detekt", "@lib//:libraries-detekt-compose-rules-io-nlopez-compose-rules-detekt",

View File

@@ -43,4 +43,4 @@ jvm_library(
runtime_deps = [":decorated-window_resources"], runtime_deps = [":decorated-window_resources"],
plugins = ["@lib//:compose-plugin"] plugins = ["@lib//:compose-plugin"]
) )
### auto-generated section `build intellij.platform.jewel.decoratedWindow` end ### auto-generated section `build intellij.platform.jewel.decoratedWindow` end

View File

@@ -62,4 +62,4 @@ jvm_test(
name = "foundation_test", name = "foundation_test",
runtime_deps = [":foundation_test_lib"] runtime_deps = [":foundation_test_lib"]
) )
### auto-generated section `build intellij.platform.jewel.foundation` end ### auto-generated section `build intellij.platform.jewel.foundation` end

View File

@@ -1,6 +1,7 @@
### auto-generated section `build intellij.platform.jewel.intUi.decoratedWindow` start ### auto-generated section `build intellij.platform.jewel.intUi.decoratedWindow` start
load("//build:compiler-options.bzl", "create_kotlinc_options") 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( create_kotlinc_options(
name = "custom", name = "custom",
@@ -19,11 +20,9 @@ jvm_resources(
strip_prefix = "src/main/resources" strip_prefix = "src/main/resources"
) )
jvm_library( java_library(
name = "jewel-intUi-decoratedWindow", name = "jewel-intUi-decoratedWindow",
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True),
kotlinc_opts = ":custom",
runtime_deps = [ runtime_deps = [
":jewel-intUi-decoratedWindow_resources", ":jewel-intUi-decoratedWindow_resources",
"@lib//:kotlin-stdlib", "@lib//:kotlin-stdlib",
@@ -36,4 +35,4 @@ jvm_library(
"//platform/jewel/int-ui/int-ui-standalone:jewel-intUi-standalone", "//platform/jewel/int-ui/int-ui-standalone:jewel-intUi-standalone",
] ]
) )
### auto-generated section `build intellij.platform.jewel.intUi.decoratedWindow` end ### auto-generated section `build intellij.platform.jewel.intUi.decoratedWindow` end