We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26450de commit 3bb89d1Copy full SHA for 3bb89d1
.github/workflows/pants.yaml
@@ -42,7 +42,7 @@ jobs:
42
- name: Bootstrap Pants
43
run: pants --version
44
- name: Check Pants config files
45
- run: pants tailor --check update-build-files --check
+ run: pants tailor --check update-build-files --check '::'
46
- name: Lint, compile, and test
47
run: pants lint check test '::'
48
- name: Package / Run
pants.toml
@@ -2,7 +2,7 @@
2
# Licensed under the Apache License, Version 2.0 (see LICENSE).
3
4
[GLOBAL]
5
-pants_version = "2.15.0"
+pants_version = "2.16.0"
6
backend_packages = [
7
# This repository demonstrates a mix of Java and Scala, and so both backends are enabled. But each
8
# backend can be used independently, so there is no need to expose Scala BUILD file
0 commit comments