Patrick Hiesel | 1fcfd49 | 2016-10-26 16:24:08 +0200 | [diff] [blame] | 1 | # The project view file (.bazelproject) is used to import Gerrit Bazel packages into the IDE. |
| 2 | # |
Gert van Dijk | 4506595 | 2019-08-26 16:39:42 +0200 | [diff] [blame] | 3 | # See: https://ij.bazel.build/docs/project-views.html |
Patrick Hiesel | 1fcfd49 | 2016-10-26 16:24:08 +0200 | [diff] [blame] | 4 | |
| 5 | directories: |
| 6 | . |
Dave Borowitz | 3fa3771 | 2018-05-21 11:44:17 -0400 | [diff] [blame] | 7 | -bin |
Patrick Hiesel | 1fcfd49 | 2016-10-26 16:24:08 +0200 | [diff] [blame] | 8 | -eclipse-out |
| 9 | -contrib |
| 10 | -gerrit-package-plugins |
Patrick Hiesel | 1fcfd49 | 2016-10-26 16:24:08 +0200 | [diff] [blame] | 11 | -logs |
| 12 | -./.metadata |
| 13 | -./.settings |
| 14 | -./.apt_generated |
Patrick Hiesel | 1fcfd49 | 2016-10-26 16:24:08 +0200 | [diff] [blame] | 15 | |
| 16 | targets: |
| 17 | //...:all |
| 18 | |
Marija Savtchouk | eddd7b4 | 2022-06-22 12:44:18 +0100 | [diff] [blame] | 19 | java_language_level: 11 |
Patrick Hiesel | 1fcfd49 | 2016-10-26 16:24:08 +0200 | [diff] [blame] | 20 | |
| 21 | workspace_type: java |
Dave Borowitz | 0476e77 | 2017-04-14 11:29:51 -0400 | [diff] [blame] | 22 | |
| 23 | build_flags: |
| 24 | --javacopt=-g |
Dmitrii Filippov | 047240b | 2020-01-14 20:33:05 +0100 | [diff] [blame] | 25 | |
| 26 | additional_languages: |
| 27 | javascript |
| 28 | typescript |
| 29 | |
| 30 | ts_config_rules: |
| 31 | //tools/node_tools/node_modules_licenses:tsconfig_editor |
Dmitrii Filippov | fbdc89d | 2020-01-20 19:38:06 +0100 | [diff] [blame] | 32 | //tools/node_tools/polygerrit_app_preprocessor:preprocessor_tsconfig.json |
Dmitrii Filippov | 047240b | 2020-01-14 20:33:05 +0100 | [diff] [blame] | 33 | //polygerrit-ui/app/node_modules_licenses:tsconfig_editor |