java-tutorials/pants/bsp-groups.toml
Michael Olayemi 4b99565de3 Introduction to Pants Build Tool (#14517)
* Introduction to Pants Build Tool

* Introduction to Pants Build Tool

* Introduction to Pants Build Tool

* Introduction to Pants Build Tool

* Introduction to Pants Build Tool
2023-08-09 20:05:00 +05:30

7 lines
99 B
TOML

[groups.default]
addresses = [
"src/jvm::",
"tests/jvm::",
]
resolve = "jvm:jvm-default"