mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
12 lines
494 B
Python
12 lines
494 B
Python
### auto-generated section `build intellij.java.jshell.frontend` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
|
|
|
jvm_library(
|
|
name = "java-jshell-frontend",
|
|
module_name = "intellij.java.jshell.frontend",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
kotlinc_opts = "@community//:k11",
|
|
deps = ["//java/execution/jshell-protocol:java-jshell-protocol"]
|
|
)
|
|
### auto-generated section `build intellij.java.jshell.frontend` end |