Files
openide/java/execution/jshell-frontend/BUILD.bazel
Vladimir Krivosheev 0bc1cf1557 update bazel files
GitOrigin-RevId: 7320d3eff3aba093692ce66839c720ece6d7c4db
2024-12-30 11:28:24 +00:00

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