mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
run jps-to-bazel by Bazel, compile platform using Bazel
GitOrigin-RevId: 3774d5adc404b02036f70b7cc35c9e60fdb5d84c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
af803fcff5
commit
834bd75254
@@ -1,12 +1,11 @@
|
||||
load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
|
||||
|
||||
kt_jvm_library(
|
||||
visibility = ["//visibility:public"],
|
||||
name = "intellij.java.rt",
|
||||
srcs = glob(['resources/**/*.kt', 'resources/**/*.java','src/**/*.kt', 'src/**/*.java']),
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["resources/**/*.kt", "resources/**/*.java", "src/**/*.kt", "src/**/*.java"]),
|
||||
javac_opts = "//:j8",
|
||||
kotlinc_opts = "//:k8",
|
||||
plugins = ["@libraries//:serialization_plugin"],
|
||||
deps = [
|
||||
"@libraries//:ant.provided",
|
||||
"@libraries//:junit"
|
||||
|
||||
Reference in New Issue
Block a user