FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
rebased/java/java-runtime/BUILD.bazel at master · DetachHead/rebased · GitHub
DetachHead
/
rebased
Public
forked from
JetBrains/intellij-community
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
223
Star
5.5k
Code
Issues
37
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
rebased
/
java
/
java-runtime
/
BUILD.bazel
Copy path
More file actions
More file actions
Latest commit
History
History
History
61 lines (56 loc) · 1.43 KB
Breadcrumbs
rebased
/
java
/
java-runtime
/
BUILD.bazel
Copy path
File metadata and controls
61 lines (56 loc) · 1.43 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
load
(
"@rules_jvm//:jvm.bzl"
,
"jvm_library"
,
"jvm_provided_library"
)
### auto-generated section `build intellij.java.rt` start
jvm_provided_library
(
name
=
"libraries_junit4_provided"
,
lib
=
"//libraries/junit4"
,
)
jvm_library
(
name
=
"rt"
,
srcs
=
glob
(
[
"src/**/*.kt"
,
"src/**/*.java"
,
"src/**/*.form"
,
],
allow_empty
=
True
,
),
kotlinc_opts
=
"@community//:k8"
,
module_name
=
"intellij.java.rt"
,
resource_strip_prefix
=
"resources"
,
resources
=
glob
(
[
"resources/**/*"
],
),
visibility
=
[
"//visibility:public"
],
deps
=
[
# do not sort,
"@lib//:java-rt-ant-1-7-1-provided"
,
":libraries_junit4_provided"
,
],
)
jvm_library
(
name
=
"rt_test_lib"
,
testonly
=
True
,
srcs
=
glob
(
[],
allow_empty
=
True
,
),
kotlinc_opts
=
"@community//:k8"
,
module_name
=
"intellij.java.rt"
,
visibility
=
[
"//visibility:public"
],
runtime_deps
=
[
# do not sort,
":rt"
,
"@lib//:java-rt-ant-1-7-1-provided"
,
"//libraries/junit4"
,
"//libraries/junit4:junit4_test_lib"
,
],
)
### auto-generated section `build intellij.java.rt` end
### auto-generated section `iml intellij.java.rt` start
exports_files
(
[
"intellij.java.rt.iml"
,
],
visibility
=
[
"//visibility:public"
],
)
### auto-generated section `iml intellij.java.rt` end
Back
|
FazBrowse Home
|
New Git URL