We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618dad3 commit ab86be2Copy full SHA for ab86be2
src/scala/pants
@@ -11,6 +11,7 @@
11
# ====================================================================
12
13
set -eou pipefail
14
+ulimit -n 10000
15
16
# NOTE: To use an unreleased version of Pants from the pantsbuild/pants master branch,
17
# locate the master branch SHA, set PANTS_SHA=<SHA> in the environment, and run this script as usual.
src/scala/pants.toml
@@ -1,5 +1,5 @@
1
[GLOBAL]
2
-pants_version = "1.26.0.dev0"
+pants_version = "1.26.0"
3
build_file_imports = "error"
4
5
[jvm-platform]
0 commit comments