mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
16 lines
308 B
Plaintext
16 lines
308 B
Plaintext
# Read more about project view files here:
|
|
# https://www.jetbrains.com/help/idea/bazel-project-view.html
|
|
|
|
targets:
|
|
//...
|
|
@rules_jvm//...
|
|
@lib//...
|
|
|
|
use_jetbrains_test_runner: true
|
|
|
|
java_source_root_optimization_enable: true
|
|
java_source_root_optimization_patterns:
|
|
*
|
|
|
|
run_config_run_with_bazel: false
|