You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/jvm/java-and-scala.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -441,7 +441,7 @@ jvm-default = "semanticdb"
441
441
:::note Scalafix and Scala 3
442
442
At the moment the support for Scalac 3 in Scalafix is limited, most of the syntactic rules work but not that many in the semantic front.
443
443
444
-
Despite those raugh edges, Scalafix is a great linting tool for Scala 3, just note that the setup is different than from prior versions: Instead of adding a scalac plugin to our build, we only need to add the `-Xsemanticdb` flag to our `[scalac].args` settings to enable the generation of `.semanticdb` compiled files.
444
+
Despite those rough edges, Scalafix is a great linting tool for Scala 3, just note that the setup is different than from prior versions: Instead of adding a scalac plugin to our build, we only need to add the `-Xsemanticdb` flag to our `[scalac].args` settings, or or the appropriate entry in `[scalac].args_for_resolve, to enable the generation of `.semanticdb` compiled files.
The type of provider to use, if using a remote cache and/or remote execution, See https://www.pantsbuild.org/2.28/docs/using-pants/remote-caching-and-execution for details.
215
+
The type of provider to use, if using a remote cache and/or remote execution, See https://www.pantsbuild.org/2.29/docs/using-pants/remote-caching-and-execution for details.
216
216
217
217
Each provider supports different `remote_store_address` and (optional) `remote_execution_address` URIs.
218
218
@@ -288,7 +288,7 @@ tag = [
288
288
default_repr={`[]`}
289
289
>
290
290
291
-
Include only targets with these tags (optional '+' prefix) or without these tags ('-' prefix). See https://www.pantsbuild.org/2.28/docs/using-pants/advanced-target-selection.
291
+
Include only targets with these tags (optional '+' prefix) or without these tags ('-' prefix). See https://www.pantsbuild.org/2.29/docs/using-pants/advanced-target-selection.
292
292
293
293
</Option>
294
294
@@ -348,7 +348,7 @@ build_file_prelude_globs = [
348
348
default_repr={`[]`}
349
349
>
350
350
351
-
Python files to evaluate and whose symbols should be exposed to all BUILD files. See https://www.pantsbuild.org/2.28/docs/writing-plugins/macros.
351
+
Python files to evaluate and whose symbols should be exposed to all BUILD files. See https://www.pantsbuild.org/2.29/docs/writing-plugins/macros.
352
352
353
353
</Option>
354
354
@@ -408,7 +408,7 @@ Path to a file containing PEM-format CA certificates used for verifying secure c
408
408
409
409
Even when using the `docker_environment` and `remote_environment` targets, this path will be read from the local host, and those certs will be used in the environment.
410
410
411
-
This option cannot be overridden via environment targets, so if you need a different value than what the rest of your organization is using, override the value via an environment variable, CLI argument, or `.pants.rc` file. See https://www.pantsbuild.org/2.28/docs/using-pants/key-concepts/options.
411
+
This option cannot be overridden via environment targets, so if you need a different value than what the rest of your organization is using, override the value via an environment variable, CLI argument, or `.pants.rc` file. See https://www.pantsbuild.org/2.29/docs/using-pants/key-concepts/options.
412
412
413
413
</Option>
414
414
@@ -834,7 +834,7 @@ pants_version = <str>`}
834
834
835
835
Use this Pants version. Note that Pants only uses this to verify that you are using the requested version, as Pants cannot dynamically change the version it is using once the program is already running.
836
836
837
-
If you use the `pants` script from https://www.pantsbuild.org/2.28/docs/getting-started/installing-pants, however, changing the value in your `pants.toml` will cause the new version to be installed and run automatically.
837
+
If you use the `pants` script from https://www.pantsbuild.org/2.29/docs/getting-started/installing-pants, however, changing the value in your `pants.toml` will cause the new version to be installed and run automatically.
838
838
839
839
Run `pants --version` to check what is being used.
840
840
@@ -1353,7 +1353,7 @@ An oauth token to use for gGRPC connections to `[GLOBAL].remote_execution_addres
1353
1353
1354
1354
If specified, Pants will add a header in the format `authorization: Bearer <token>`. You can also manually add this header via `[GLOBAL].remote_execution_headers` and `[GLOBAL].remote_store_headers`, or use `[GLOBAL].remote_auth_plugin` to provide a plugin to dynamically set the relevant headers. Otherwise, no authorization will be performed.
1355
1355
1356
-
Recommendation: do not place a token directly in `pants.toml`, instead do one of: set the token via the environment variable (`PANTS_REMOTE_OAUTH_BEARER_TOKEN`), CLI option (`--remote-oauth-bearer-token`), or store the token in a file and set the option to `"@/path/to/token.txt"` to [read the value from that file](https://www.pantsbuild.org/2.28/docs/using-pants/key-concepts/options#reading-individual-option-values-from-files).
1356
+
Recommendation: do not place a token directly in `pants.toml`, instead do one of: set the token via the environment variable (`PANTS_REMOTE_OAUTH_BEARER_TOKEN`), CLI option (`--remote-oauth-bearer-token`), or store the token in a file and set the option to `"@/path/to/token.txt"` to [read the value from that file](https://www.pantsbuild.org/2.29/docs/using-pants/key-concepts/options#reading-individual-option-values-from-files).
Copy file name to clipboardExpand all lines: docs/reference/goals/tailor.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ key2 = val2
53
53
default_repr={`{}`}
54
54
>
55
55
56
-
A mapping from standard target type to custom type to use instead. The custom type can be a custom target type or a macro that offers compatible functionality to the one it replaces (see https://www.pantsbuild.org/2.28/docs/writing-plugins/macros).
56
+
A mapping from standard target type to custom type to use instead. The custom type can be a custom target type or a macro that offers compatible functionality to the one it replaces (see https://www.pantsbuild.org/2.29/docs/writing-plugins/macros).
0 commit comments