aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java
diff options
context:
space:
mode:
authorGravatar Jingwen Chen <jingwen@google.com>2017-09-27 12:20:51 -0400
committerGravatar John Cater <jcater@google.com>2017-09-28 08:54:35 -0400
commit97a2330f033c2a5ec60866adc019a1ba89697a2f (patch)
treec5c0ff61e311ad1a9f5f3c010e1d0990a8838c28 /src/main/java
parentaeb21bc2b61d89e8e1cd79da6194a651d9f50610 (diff)
Show --experimental_repository_cache in Bazel options : https://github.com/search?q=experimental_repository_cache&type=Issues&utf8=%E2%9C%93)
Closes #3745. PiperOrigin-RevId: 170206914
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/bazel/repository/RepositoryOptions.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/bazel/repository/RepositoryOptions.java b/src/main/java/com/google/devtools/build/lib/bazel/repository/RepositoryOptions.java
index e6eeb2bda6..72a1699a94 100644
--- a/src/main/java/com/google/devtools/build/lib/bazel/repository/RepositoryOptions.java
+++ b/src/main/java/com/google/devtools/build/lib/bazel/repository/RepositoryOptions.java
@@ -36,9 +36,9 @@ public class RepositoryOptions extends OptionsBase {
@Option(
name = "experimental_repository_cache",
defaultValue = "null",
- documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
- effectTags = {OptionEffectTag.UNKNOWN},
- metadataTags = {OptionMetadataTag.HIDDEN},
+ documentationCategory = OptionDocumentationCategory.BAZEL_CLIENT_OPTIONS,
+ effectTags = {OptionEffectTag.BAZEL_INTERNAL_CONFIGURATION},
+ metadataTags = {OptionMetadataTag.EXPERIMENTAL},
converter = OptionsUtils.PathFragmentConverter.class,
help =
"Specifies the cache location of the downloaded values obtained "