mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
use BazelTestUtil to find mock JDKs in IdeaTestUtil GitOrigin-RevId: 6061cf057e53dc707b7a2ab308e2cca3bf6bf9c9
12 lines
257 B
Python
12 lines
257 B
Python
filegroup(
|
|
name = "mockJDK",
|
|
srcs = glob([
|
|
"mockJDK-1.4/**",
|
|
"mockJDK-1.7/**",
|
|
"mockJDK-1.8/**",
|
|
"mockJDK-1.9/**",
|
|
"jdkAnnotations/**",
|
|
], allow_empty = False),
|
|
visibility = ["//visibility:public"],
|
|
)
|