File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
# Editor specific files
8
8
* .swp
9
+ /.idea /
10
+
11
+ # Written by the `./pants experimental-bsp` command on a user-by-user basis.
12
+ /.bsp /
Original file line number Diff line number Diff line change
1
+ [groups .default ]
2
+ addresses = [
3
+ " src/jvm::" ,
4
+ " tests/jvm::" ,
5
+ ]
6
+ resolve = " jvm:jvm-default"
Original file line number Diff line number Diff line change 2
2
# Licensed under the Apache License, Version 2.0 (see LICENSE).
3
3
4
4
[GLOBAL ]
5
- pants_version = " 2.11.0 "
5
+ pants_version = " 2.13.0.dev0 "
6
6
backend_packages = [
7
7
# This repository demonstrates a mix of Java and Scala, and so both backends are enabled. But each
8
8
# backend can be used independently, so there is no need to expose Scala BUILD file
@@ -22,7 +22,13 @@ backend_packages = [
22
22
# directory, organized by type.
23
23
#
24
24
# See https://www.pantsbuild.org/docs/source-roots for more information.
25
- root_patterns = [" /src/*" ]
25
+ root_patterns = [
26
+ " /src/*" ,
27
+ " /tests/*" ,
28
+ ]
29
+
30
+ [experimental-bsp ]
31
+ groups_config_files = [" bsp-groups.toml" ]
26
32
27
33
[javac ]
28
34
args = [
You can’t perform that action at this time.
0 commit comments