We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dec51a commit 9bfc2b7Copy full SHA for 9bfc2b7
src/main/java/com/google/devtools/build/lib/bazel/rules/BazelRulesModule.java
@@ -362,6 +362,15 @@ public static final class BazelBuildGraveyardOptions extends BuildGraveyardOptio
362
help = "This option is deprecated and has no effect.")
363
public boolean shortenObjFilePath;
364
365
+ @Deprecated
366
+ @Option(
367
+ name = "use_workers_with_dexbuilder",
368
+ defaultValue = "true",
369
+ documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
370
+ effectTags = {OptionEffectTag.EXECUTION},
371
+ help = "This option is deprecated and has no effect.")
372
+ public boolean useWorkersWithDexbuilder;
373
+
374
@Option(
375
name = "force_ignore_dash_static",
376
defaultValue = "false",
0 commit comments