mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
update bazel files
GitOrigin-RevId: 602896538c31a4822f284f83d7fda9cba934258f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
afe181d93e
commit
2afd344094
@@ -3944,8 +3944,15 @@ kt_jvm_import(
|
||||
|
||||
kt_jvm_import(
|
||||
name = "kotlinx-datetime-jvm",
|
||||
jar = "@kotlinx-datetime-jvm-0_6_1_http//file",
|
||||
srcjar = "@kotlinx-datetime-jvm-0_6_1-sources_http//file",
|
||||
jar = "@kotlinx-datetime-jvm-0_6_2_http//file",
|
||||
srcjar = "@kotlinx-datetime-jvm-0_6_2-sources_http//file",
|
||||
visibility = ["//visibility:public"]
|
||||
)
|
||||
|
||||
java_library(
|
||||
name = "kotlinx-datetime-jvm-provided",
|
||||
exports = [":kotlinx-datetime-jvm"],
|
||||
neverlink = True,
|
||||
visibility = ["//visibility:public"]
|
||||
)
|
||||
|
||||
|
||||
@@ -5439,17 +5439,17 @@ http_file(
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "kotlinx-datetime-jvm-0_6_1_http",
|
||||
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.6.1/kotlinx-datetime-jvm-0.6.1.jar",
|
||||
sha256 = "bc94b0fcb4464742f02cf54a3e8db9e7b141a1a052ca8ddaf662a60affa21530",
|
||||
downloaded_file_path = "kotlinx-datetime-jvm-0.6.1.jar"
|
||||
name = "kotlinx-datetime-jvm-0_6_2_http",
|
||||
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.6.2/kotlinx-datetime-jvm-0.6.2.jar",
|
||||
sha256 = "102764921129e1e44a74f408b7a0b8dac6d1892c6042e0e48f8bdbbbf78c6d2e",
|
||||
downloaded_file_path = "kotlinx-datetime-jvm-0.6.2.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "kotlinx-datetime-jvm-0_6_1-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.6.1/kotlinx-datetime-jvm-0.6.1-sources.jar",
|
||||
sha256 = "14f9b2d637ecffc764967cc7a80442783f544629511f1d26cf5f03dea09189bb",
|
||||
downloaded_file_path = "kotlinx-datetime-jvm-0.6.1-sources.jar"
|
||||
name = "kotlinx-datetime-jvm-0_6_2-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.6.2/kotlinx-datetime-jvm-0.6.2-sources.jar",
|
||||
sha256 = "9bbe1ca4e6e421f64f98f4468e775fe39ae47bd0ea09f69aab506fc70839dafa",
|
||||
downloaded_file_path = "kotlinx-datetime-jvm-0.6.2-sources.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
|
||||
@@ -40,6 +40,7 @@ jvm_library(
|
||||
"//python/setup-test-environment:community-testFramework-testEnv",
|
||||
"//python/openapi:community",
|
||||
"//python/openapi:community_test_lib",
|
||||
"//platform/eel-provider",
|
||||
],
|
||||
runtime_deps = ["//python/pluginCore:community-plugin"]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user