mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
bazel - build lang-impl
GitOrigin-RevId: c4c4dce20bd6e4046644f95f6e7b3f437c51668d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
35d1573ec2
commit
a9e7930abe
@@ -2,7 +2,7 @@
|
||||
load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
|
||||
|
||||
kt_jvm_library(
|
||||
name = "intellij.java.aetherDependencyResolver",
|
||||
name = "java-aetherDependencyResolver",
|
||||
module_name = "intellij.java.aetherDependencyResolver",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java"]),
|
||||
@@ -21,7 +21,7 @@ kt_jvm_library(
|
||||
"@libraries//:commons-lang3",
|
||||
"@libraries//:plexus-utils",
|
||||
"@libraries//:commons-codec",
|
||||
"@community//platform/util:intellij.platform.util",
|
||||
"@community//platform/util",
|
||||
],
|
||||
exports = [
|
||||
"@libraries//:httpmime",
|
||||
|
||||
Reference in New Issue
Block a user