Files
openide/java/BUILD.bazel
Leonid Shalupov 4fc4f7588e tests: introduce BazelTestUtil to interface with running tests under Bazel
use BazelTestUtil to find mock JDKs in IdeaTestUtil

GitOrigin-RevId: 6061cf057e53dc707b7a2ab308e2cca3bf6bf9c9
2025-07-08 23:18:10 +00:00

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"],
)